You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/ui-internal/check_clippy_version_attribute.stderr
+4-4
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ LL | #![deny(clippy::internal)]
17
17
| ^^^^^^^^^^^^^^^^
18
18
= note: `#[deny(clippy::invalid_clippy_version_attribute)]` implied by `#[deny(clippy::internal)]`
19
19
= help: please use a valid sematic version, see `doc/adding_lints.md`
20
-
= note: this error originates in the macro `$crate::declare_tool_lint` (in Nightly builds, run with -Z macro-backtrace for more info)
20
+
= note: this error originates in the macro `$crate::declare_tool_lint` which comes from the expansion of the macro `declare_tool_lint` (in Nightly builds, run with -Z macro-backtrace for more info)
21
21
22
22
error: this item has an invalid `clippy::version` attribute
23
23
--> $DIR/check_clippy_version_attribute.rs:48:1
@@ -32,7 +32,7 @@ LL | | }
32
32
| |_^
33
33
|
34
34
= help: please use a valid sematic version, see `doc/adding_lints.md`
35
-
= note: this error originates in the macro `$crate::declare_tool_lint` (in Nightly builds, run with -Z macro-backtrace for more info)
35
+
= note: this error originates in the macro `$crate::declare_tool_lint` which comes from the expansion of the macro `declare_tool_lint` (in Nightly builds, run with -Z macro-backtrace for more info)
36
36
37
37
error: this lint is missing the `clippy::version` attribute or version value
38
38
--> $DIR/check_clippy_version_attribute.rs:59:1
@@ -48,7 +48,7 @@ LL | | }
48
48
|
49
49
= note: `#[deny(clippy::missing_clippy_version_attribute)]` implied by `#[deny(clippy::internal)]`
50
50
= help: please use a `clippy::version` attribute, see `doc/adding_lints.md`
51
-
= note: this error originates in the macro `$crate::declare_tool_lint` (in Nightly builds, run with -Z macro-backtrace for more info)
51
+
= note: this error originates in the macro `$crate::declare_tool_lint` which comes from the expansion of the macro `declare_tool_lint` (in Nightly builds, run with -Z macro-backtrace for more info)
52
52
53
53
error: this lint is missing the `clippy::version` attribute or version value
54
54
--> $DIR/check_clippy_version_attribute.rs:67:1
@@ -62,7 +62,7 @@ LL | | }
62
62
| |_^
63
63
|
64
64
= help: please use a `clippy::version` attribute, see `doc/adding_lints.md`
65
-
= note: this error originates in the macro `$crate::declare_tool_lint` (in Nightly builds, run with -Z macro-backtrace for more info)
65
+
= note: this error originates in the macro `$crate::declare_tool_lint` which comes from the expansion of the macro `declare_tool_lint` (in Nightly builds, run with -Z macro-backtrace for more info)
Copy file name to clipboardExpand all lines: tests/ui-internal/default_lint.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ note: the lint level is defined here
15
15
LL | #![deny(clippy::internal)]
16
16
| ^^^^^^^^^^^^^^^^
17
17
= note: `#[deny(clippy::default_lint)]` implied by `#[deny(clippy::internal)]`
18
-
= note: this error originates in the macro `$crate::declare_tool_lint` (in Nightly builds, run with -Z macro-backtrace for more info)
18
+
= note: this error originates in the macro `$crate::declare_tool_lint` which comes from the expansion of the macro `declare_tool_lint` (in Nightly builds, run with -Z macro-backtrace for more info)
Copy file name to clipboardExpand all lines: tests/ui-internal/if_chain_style.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ LL | | }
56
56
LL | | }
57
57
| |_____^
58
58
|
59
-
= note: this error originates in the macro `__if_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
59
+
= note: this error originates in the macro `__if_chain` which comes from the expansion of the macro `if_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
60
60
61
61
error: `let` expression should be above the `if_chain!`
Copy file name to clipboardExpand all lines: tests/ui/diverging_sub_expression.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ error: sub-expression diverges
36
36
LL | _ => true || panic!("boo"),
37
37
| ^^^^^^^^^^^^^
38
38
|
39
-
= note: this error originates in the macro `$crate::panic::panic_2021` (in Nightly builds, run with -Z macro-backtrace for more info)
39
+
= note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
0 commit comments