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