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
b84f4cc39e99f801dcd37125dffa67eb796c85b8
rust/tests/rustdoc/impl/default-impl.rs

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

10 lines
156 B
Rust
Raw Normal View History

test: Move all run-make rustdoc tests to test/rustdoc
2015-04-06 13:49:30 -07:00
//@ aux-build:rustdoc-default-impl.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
test: Move all run-make rustdoc tests to test/rustdoc
2015-04-06 13:49:30 -07:00
extern crate rustdoc_default_impl as foo;
rustdoc: Fix ICE with cross-crate default impls This adds a special code path for impls which are listed as default impls to ensure that they're loaded correctly.
2015-03-12 19:15:52 -07:00
pub use foo::bar;
pub fn wut<T: bar::Bar>() {
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 1180ms 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