You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected that this code will be compiled correctly.
Instead, i received error.
error[E0747]: constant provided when a type was expected
--> src/main.rs:5:34
|
5 | _integer_length: PhantomData<INTEGER_LENGTH>,
| ^^^^^^^^^^^^^^
error: aborting due to previous error
Unable to use const generics in phantom data type. E0747 received
I tried this code in nightly version:
https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=c1d4b4830d2c8d4d63c543e54865aec4
I expected that this code will be compiled correctly.
Instead, i received error.
Meta
Bug exists also on latest nightly version.
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: