about summary refs log tree commit diff
path: root/tests/rustdoc/inline_cross/auxiliary/issue-27362-aux.rs
blob: 29487715df87372808d98f90a63ea6adfc21ae61 (plain)
1
2
3
4
5
6
7
8
9
10
//@ compile-flags: -Cmetadata=aux

pub const fn foo() {}
pub const unsafe fn bar() {}

pub struct Foo;

impl Foo {
    pub const unsafe fn baz() {}
}