index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
,
}