Sign in
android
/
toolchain
/
rustc
/
5c0824a599f2f1f4dcb9c92edf09f6c1b555988d
/
.
/
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
;