Combining generic_const_exprs with adt_const_params
talks about derefs that don't exist in the code
#90455
Labels
A-const-generics
Area: const generics (parameters and arguments)
F-adt_const_params
`#![feature(adt_const_params)]`
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
Combining this with
adt_const_params
can give weird errors:Error:
https://play.rust-lang.org/?gist=a6a2aecfba83485968a81b8599b86cc5
(I hoped I can try and play with these to see if it would be possible to implement typed algebraic fields)
Originally posted by @elichai in #76560 (comment)
The text was updated successfully, but these errors were encountered: