Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
58e901b6fd1163172149fd422565523b17eed5f0
rust/tests/rustdoc/issue-21092.rs

9 lines
208 B
Rust
Raw Normal View History

rustdoc: Add a test for #21092 Close #21092
2015-04-07 10:53:10 -07:00
// aux-build:issue-21092.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: Add a test for #21092 Close #21092
2015-04-07 10:53:10 -07:00
extern crate issue_21092;
// @has issue_21092/struct.Bar.html
Fix associated item identifiers Search results use the mapping found in `ItemType::to_static_str` for the identifier, which could not be found on the page in the case of associated items.
2016-02-12 09:43:33 +01:00
// @has - '//*[@id="associatedtype.Bar"]' 'type Bar = i32'
rustdoc: Add a test for #21092 Close #21092
2015-04-07 10:53:10 -07:00
pub use issue_21092::{Foo, Bar};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 1022ms 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