This repository was archived by the owner on May 23, 2024. It is now read-only.
Commit 7c28281
ices/82518.rs: fixed with errors (#944)
=== stdout ===
=== stderr ===
warning: the feature `inline_const` is incomplete and may not be safe to use and/or cause compiler crashes
--> /home/runner/work/glacier/glacier/ices/82518.rs:2:12
|
2 | #![feature(inline_const)]
| ^^^^^^^^^^^^
|
= note: `#[warn(incomplete_features)]` on by default
= note: see issue #76001 <rust-lang/rust#76001> for more information
error[E0158]: const parameters cannot be referenced in patterns
--> /home/runner/work/glacier/glacier/ices/82518.rs:6:11
|
6 | const { V } => {},
| ^^^^^
error: aborting due to previous error; 1 warning emitted
For more information about this error, try `rustc --explain E0158`.
==============
Co-authored-by: rustbot <rustbot@users.noreply.github.com>1 parent b32d10c commit 7c28281
1 file changed
File renamed without changes.
0 commit comments