Sign in
rust
/
rust
/
6bbf64e1dd5ffa08facdd3a0d33178faebca1825
/
.
/
tests
/
ui
/
fmt
/
format-string-error-3.fixed
blob: 16a169db1147291c02608ea1ba1d265192664ce3 [
file
]
//@ run-rustfix
fn main
()
{
let
x
=
32
;
dbg
!(
x
);
//~ ERROR invalid format string: python's f-string debug
}