diff options
Diffstat (limited to 'src/test/ui/tool-attributes/tool-attributes-shadowing.rs')
| -rw-r--r-- | src/test/ui/tool-attributes/tool-attributes-shadowing.rs | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/src/test/ui/tool-attributes/tool-attributes-shadowing.rs b/src/test/ui/tool-attributes/tool-attributes-shadowing.rs deleted file mode 100644 index 21bbaa3a710..00000000000 --- a/src/test/ui/tool-attributes/tool-attributes-shadowing.rs +++ /dev/null @@ -1,4 +0,0 @@ -mod rustfmt {} - -#[rustfmt::skip] //~ ERROR failed to resolve: could not find `skip` in `rustfmt` -fn main() {} | 
