mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
11 lines
380 B
Plaintext
11 lines
380 B
Plaintext
error: generic parameters may not be used in enum discriminant values
|
|
--> $DIR/issue-70453-polymorphic-ctfe.rs:9:41
|
|
|
|
|
LL | Some(T) = core::mem::size_of::<*mut T>(),
|
|
| ^ cannot perform const operation using `T`
|
|
|
|
|
= note: type parameters may not be used in enum discriminant values
|
|
|
|
error: aborting due to 1 previous error
|
|
|