Sign in
rust
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
comment-inside-const.rs
blob: f847f2c69def4f9f40d1d48d8b3b4b70ed1e6cd7 [
file
] [
log
] [
blame
]
fn
issue982
()
{
const
SOME_CONSTANT
:
u32
=
// Explanation why SOME_CONSTANT needs FLAG_A to be set.
FLAG_A
|
// Explanation why SOME_CONSTANT needs FLAG_B to be set.
FLAG_B
|
// Explanation why SOME_CONSTANT needs FLAG_C to be set.
FLAG_C
;
}