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() {}