Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
rustdoc-ui
/
pub-export-lint.rs
blob: f2e66b77bf3eaf54e1b5b98e5ed1bb78974d0d7f [
file
] [
log
] [
blame
]
#![
deny
(
rustdoc
::
broken_intra_doc_links
)]
/// [aloha]
//~^ ERROR unresolved link to `aloha`
pub
use
std
::
task
::
RawWakerVTable
;