Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 2 Packages Projects Releases Wiki Activity
Files
master
rust/tests/rustdoc/impl/deduplicate-trait-impl-22025.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
200 B
Rust
Raw Permalink Normal View History

rustdoc: Encode ABI in all methods This commit ensures that the ABI of functions is propagated all the way through to the documentation. Closes #22038
2015-04-07 14:22:55 -07:00
//@ aux-build:issue-22025.rs
Replace ignore-android with ignore-cross-compile in rustdoc tests The problem is that rustdoc searches for external crates using the host triple, not the target triple. It's actually unclear to me whether this is correct behavior or not, but it is necessary to get cross-compiled tests working.
2015-04-22 15:22:36 -07:00
//@ ignore-cross-compile
rustdoc: Encode ABI in all methods This commit ensures that the ABI of functions is propagated all the way through to the documentation. Closes #22038
2015-04-07 14:22:55 -07:00
Add URL to test case issues
2023-10-04 13:04:45 -07:00
// https://github.com/rust-lang/rust/issues/22025
Add `crate_name` to test so that it can be renamed
2023-10-04 12:08:47 -07:00
#![crate_name="issue_22025"]
rustdoc: Encode ABI in all methods This commit ensures that the ABI of functions is propagated all the way through to the documentation. Closes #22038
2015-04-07 14:22:55 -07:00
extern crate issue_22025;
pub use issue_22025::foo::{Foo, Bar};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 1224ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API