blob: 16a169db1147291c02608ea1ba1d265192664ce3 [file] [log] [blame] [edit]
//@ run-rustfix
fn main() {
let x = 32;
dbg!(x); //~ ERROR invalid format string: python's f-string debug
}