Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
9748d87dc70a9a6725c5dbd76ce29d04752b4f90
/
.
/
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
()
{}
}