diff options
Diffstat (limited to 'src/test/ui/tool_lints.rs')
| -rw-r--r-- | src/test/ui/tool_lints.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/ui/tool_lints.rs b/src/test/ui/tool_lints.rs deleted file mode 100644 index ef27532f6de..00000000000 --- a/src/test/ui/tool_lints.rs +++ /dev/null @@ -1,4 +0,0 @@ -#[warn(foo::bar)] -//~^ ERROR unknown tool name `foo` found in scoped lint: `foo::bar` -//~| ERROR unknown tool name `foo` found in scoped lint: `foo::bar` -fn main() {} |
