Files
rust/tests/ui/const-generics/generic_const_exprs/unknown-alias-defkind-anonconst-ice-116710.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
345 B
Plaintext
Raw Normal View History

error[E0423]: expected value, found builtin type `u8`
--> $DIR/unknown-alias-defkind-anonconst-ice-116710.rs:6:43
|
LL | struct A<const N: u32 = 1, const M: u32 = u8>;
| ^^ not a value
2024-09-21 07:02:51 +00:00
error: aborting due to 1 previous error
2024-09-21 07:02:51 +00:00
For more information about this error, try `rustc --explain E0423`.