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: src/test/ui/feature-gate/issue-43106-gating-of-builtin-attrs.stderr
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ warning: `#[macro_escape]` is a deprecated synonym for `#[macro_use]`
184
184
LL | mod inner { #![macro_escape] }
185
185
| ^^^^^^^^^^^^^^^^
186
186
|
187
-
= help: consider an outer attribute, `#[macro_use]` mod ...
187
+
= help: try an outer attribute: `#[macro_use]`
188
188
189
189
warning: use of deprecated attribute `plugin_registrar`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
0 commit comments