]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc/intra-doc/extern-builtin-type-impl.rs
Update unsuspicious file list
[rustc.git] / src / test / rustdoc / intra-doc / extern-builtin-type-impl.rs
CommitLineData
5099ac24
FG
1// Reexport of a structure that derefs to a type with lang item impls having doc links in their
2// comments. The doc link points to an associated item, so we check that traits in scope for that
3// link are populated.
4
ee023bcb 5// aux-build:extern-builtin-type-impl-dep.rs
5099ac24
FG
6
7#![no_std]
8
ee023bcb 9extern crate extern_builtin_type_impl_dep;
5099ac24 10
ee023bcb 11pub use extern_builtin_type_impl_dep::DerefsToF64;