Skip to content

Commit d6d30cc

Browse files
committed
Update another test
1 parent 854f207 commit d6d30cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/feature-gate-inline_const.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ error[E0658]: inline-const is experimental
22
--> $DIR/feature-gate-inline_const.rs:2:13
33
|
44
LL | let _ = const {
5-
| ^^^^^
5+
| ^^^^^^^
66
|
77
= note: see issue #76001 <https://github.com/rust-lang/rust/issues/76001> for more information
88
= help: add `#![feature(inline_const)]` to the crate attributes to enable

0 commit comments

Comments
 (0)