Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
feature-gates
/
feature-gate-lint-reasons.rs
blob: 7756074e235a10f5248622639499d7bcb9359680 [
file
] [
log
] [
blame
]
#![
warn
(
nonstandard_style
,
reason
=
"the standard should be respected"
)]
//~^ ERROR lint reasons are experimental
//~| ERROR lint reasons are experimental
fn
main
()
{}