rust/tests/rustdoc-json/reexport/auxiliary/enum_with_discriminant.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
80 B
Rust
Raw Normal View History

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