Sign in
◑
Theme
rust
/
rust
/
ac3bada2824c8a32fee784e13df8a30ac68fab43
/
.
/
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
}