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
The text was updated successfully, but these errors were encountered:
lcnr
changed the title
generic_const_exprs: doublicate definitions in disjoint impls
generic_const_exprs: duplicate definitions in disjoint impls
Jun 24, 2022
I found something weird, not sure if it is a bug:
This can comiple without
#![feature(generic_const_exprs)]
, but if#![feature(generic_const_exprs)]
is added, it won't compile:Originally posted by @psionic12 in #76560 (comment)
The text was updated successfully, but these errors were encountered: