Sign in
fuchsia
/
third_party
/
rust
/
5a2fceefd312ec027bdeaa89ebefbe4c33d94de1
/
.
/
tests
/
rustdoc
/
inline_cross
/
auxiliary
/
issue-27362-aux.rs
blob: 29487715df87372808d98f90a63ea6adfc21ae61 [
file
]
//@ compile-flags: -Cmetadata=aux
pub
const
fn
foo
()
{}
pub
const
unsafe
fn
bar
()
{}
pub
struct
Foo
;
impl
Foo
{
pub
const
unsafe
fn
baz
()
{}
}