Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
c4b90dfdc53882e139a2ca18ecc0cbadf56a1e40
/
.
/
src
/
test
/
rustdoc-ui
/
pub-export-lint.rs
blob: 3fd3f77400978ab4a59f7fa6c04e8ceccbf5af97 [
file
] [
log
] [
blame
]
#![
deny
(
broken_intra_doc_links
)]
/// [aloha]
//~^ ERROR unresolved link to `aloha`
pub
use
std
::
task
::
RawWakerVTable
;