about summary refs log tree commit diff
path: root/tests/rustdoc-json/reexport/auxiliary/enum_with_discriminant.rs
blob: 4fa26204be917d7d9505b2a5240e4ee254d02cbb (plain)
1
2
3
4
5
6
//! Should not be inlined

/// Should not be inlined
pub enum O {
    L = -1,
}