Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
rust-2018
/
uniform-paths
/
prelude-fail.rs
blob: ae2606102bc1a8c76e598b49f95578b52f571c08 [
file
] [
log
] [
blame
] [
edit
]
//@ edition:2018
// Tool attribute
use
rustfmt
::
skip
as
imported_rustfmt_skip
;
//~ ERROR unresolved import `rustfmt`
fn
main
()
{}