Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
rust-2018
/
uniform-paths
/
prelude-fail.rs
blob: ae2606102bc1a8c76e598b49f95578b52f571c08 [
file
] [
log
] [
blame
]
//@ edition:2018
// Tool attribute
use
rustfmt
::
skip
as
imported_rustfmt_skip
;
//~ ERROR unresolved import `rustfmt`
fn
main
()
{}