about summary refs log tree commit diff
path: root/tests/ui/rust-2018/uniform-paths/prelude-fail.rs
blob: ae2606102bc1a8c76e598b49f95578b52f571c08 (plain)
1
2
3
4
5
6
//@ edition:2018

// Tool attribute
use rustfmt::skip as imported_rustfmt_skip; //~ ERROR unresolved import `rustfmt`

fn main() {}