Sign in
android
/
toolchain
/
rustc
/
54272acac043c1dedfb7db7420545b31ec1ac51f
/
.
/
src
/
test
/
ui
/
lint
/
force-warn
/
force-lint-group-allow-all-warnings.rs
blob: aaca59a2a2aabba9700515c49dad81d9d10dc33d [
file
] [
log
] [
blame
]
// compile-flags: --force-warn nonstandard_style -Zunstable-options
// check-pass
#![
allow
(
warnings
)]
pub
fn
FUNCTION
()
{}
//~^ WARN function `FUNCTION` should have a snake case name
fn
main
()
{}