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