Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
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
()
{}