2021-07-10 22:25:36 -04:00
|
|
|
#![no_std]
|
|
|
|
|
|
|
|
|
|
/// Link to [intra-doc link][u8]
|
2024-06-21 14:03:08 +02:00
|
|
|
//@ 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'
|
2021-07-10 22:25:36 -04:00
|
|
|
pub fn foo() -> u8 {}
|