blob: 044824cbbd3677fd89f0c93bda3faac47b888785 [file] [log] [blame]
// edition:2015
// run-rustfix
#![allow(unused_variables)]
#![deny(keyword_idents)]
fn main() {
let r#dyn = (); //~ ERROR dyn
//~^ WARN this is accepted in the current edition
}