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-gates/feature-gate-link_args.stderr
+8-8
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
error[E0658]: the `link_args` attribute is experimental and not portable across platforms, it is recommended to use `#[link(name = "foo")] instead (see issue #29596)
= help: add #![feature(link_args)] to the crate attributes to enable
8
+
1
9
error[E0658]: the `link_args` attribute is experimental and not portable across platforms, it is recommended to use `#[link(name = "foo")] instead (see issue #29596)
= help: add #![feature(link_args)] to the crate attributes to enable
16
24
17
-
error[E0658]: the `link_args` attribute is experimental and not portable across platforms, it is recommended to use `#[link(name = "foo")] instead (see issue #29596)
Copy file name to clipboardExpand all lines: src/test/ui/lint/suggestions.stderr
+8-8
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
warning: use of deprecated attribute `no_debug`: the `#[no_debug]` attribute was an experimental feature that has been deprecated due to lack of demand. See https://github.com/rust-lang/rust/issues/29721
2
+
--> $DIR/suggestions.rs:57:1
3
+
|
4
+
LL | #[no_debug] // should suggest removal of deprecated attribute
5
+
| ^^^^^^^^^^^ help: remove this attribute
6
+
|
7
+
= note: #[warn(deprecated)] on by default
8
+
1
9
warning: unnecessary parentheses around assigned value
warning: use of deprecated attribute `no_debug`: the `#[no_debug]` attribute was an experimental feature that has been deprecated due to lack of demand. See https://github.com/rust-lang/rust/issues/29721
14
-
--> $DIR/suggestions.rs:57:1
15
-
|
16
-
LL | #[no_debug] // should suggest removal of deprecated attribute
0 commit comments