Sign in
rust
/
rust-lang
/
rust
/
1b01decc1ca851e014b6951bdd7f2ac2f897adc9
/
.
/
tests
/
rustdoc
/
primitive
/
no_std-primitive.rs
blob: 78076a601de81391b0b3d469e6c9f83f5697af47 [
file
] [
log
] [
blame
]
#![
no_std
]
/// Link to [intra-doc link][u8]
//@ has 'no_std_primitive/fn.foo.html' '//a[@href="{{channel}}/core/primitive.u8.html"]' 'intra-doc link'
//@ has - '//a[@href="{{channel}}/core/primitive.u8.html"]' 'u8'
pub
fn
foo
()
->
u8
{}