This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-28 19:17:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d76e168f01
rust
/
tests
/
rustdoc
/
intra-doc
/
libstd-re-export.rs
5 lines
91 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix warnings in rustdoc HTML tests Now that compiletest denies warnings in these tests, they need fixing!
2021-11-26 23:03:16 +00:00
#![
deny(rustdoc::broken_intra_doc_links)
]
Fix intra-doc link to raw pointer method CC https://github.com/rust-lang/rust/pull/80181
2021-01-18 19:56:29 +00:00
#![
feature(intra_doc_pointers)
]
Fix intra-doc link resolution failure on re-exporting libstd
2019-05-04 14:48:57 +00:00
pub
use
std
::
*
;
Reference in New Issue
Copy Permalink