We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9921e commit 10226daCopy full SHA for 10226da
src/librustc_error_codes/error_codes/E0710.md
@@ -3,7 +3,7 @@ An unknown tool name found in scoped lint
3
Erroneous code example:
4
5
```compile_fail,E0710
6
-#[allow(clipp::filter_map)] // error: an unknown tool name found in scoped lint: `clipp::filter_map`
+#[allow(clipp::filter_map)] // error!`
7
fn main() {
8
/**
9
*business logic
@@ -21,4 +21,4 @@ fn main() {
21
22
*/
23
}
24
-```
+```
src/test/ui/tool_lints.stderr
@@ -18,3 +18,4 @@ LL | #[warn(foo::bar)]
18
19
error: aborting due to 3 previous errors
20
+For more information about this error, try `rustc --explain E0710`.
0 commit comments