aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/unstable-features/stmt_expr_attributes-feature-gate.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/unstable-features/stmt_expr_attributes-feature-gate.stderr')
-rw-r--r--tests/ui/unstable-features/stmt_expr_attributes-feature-gate.stderr16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/ui/unstable-features/stmt_expr_attributes-feature-gate.stderr b/tests/ui/unstable-features/stmt_expr_attributes-feature-gate.stderr
index 6510ec7..3c0501a 100644
--- a/tests/ui/unstable-features/stmt_expr_attributes-feature-gate.stderr
+++ b/tests/ui/unstable-features/stmt_expr_attributes-feature-gate.stderr
@@ -1,34 +1,34 @@
error[E0658]: attributes on expressions are experimental
- --> $DIR/stmt_expr_attributes-feature-gate.rs:22:5
+ --> $DIR/stmt_expr_attributes-feature-gate.rs:24:5
|
-22 | #[project] //~ ERROR E0658
+24 | #[project] //~ ERROR E0658
| ^^^^^^^^^^
|
= note: see issue #15701 <https://github.com/rust-lang/rust/issues/15701> for more information
= help: add `#![feature(stmt_expr_attributes)]` to the crate attributes to enable
error[E0658]: attributes on expressions are experimental
- --> $DIR/stmt_expr_attributes-feature-gate.rs:38:14
+ --> $DIR/stmt_expr_attributes-feature-gate.rs:40:14
|
-38 | let () = #[project] //~ ERROR E0658
+40 | let () = #[project] //~ ERROR E0658
| ^^^^^^^^^^
|
= note: see issue #15701 <https://github.com/rust-lang/rust/issues/15701> for more information
= help: add `#![feature(stmt_expr_attributes)]` to the crate attributes to enable
error[E0658]: custom attributes cannot be applied to expressions
- --> $DIR/stmt_expr_attributes-feature-gate.rs:22:5
+ --> $DIR/stmt_expr_attributes-feature-gate.rs:24:5
|
-22 | #[project] //~ ERROR E0658
+24 | #[project] //~ ERROR E0658
| ^^^^^^^^^^
|
= note: see issue #54727 <https://github.com/rust-lang/rust/issues/54727> for more information
= help: add `#![feature(proc_macro_hygiene)]` to the crate attributes to enable
error[E0658]: custom attributes cannot be applied to expressions
- --> $DIR/stmt_expr_attributes-feature-gate.rs:38:14
+ --> $DIR/stmt_expr_attributes-feature-gate.rs:40:14
|
-38 | let () = #[project] //~ ERROR E0658
+40 | let () = #[project] //~ ERROR E0658
| ^^^^^^^^^^
|
= note: see issue #54727 <https://github.com/rust-lang/rust/issues/54727> for more information