blob: 0bf337ad08dbfe682d8090f1a01023c8783d5696 [file] [log] [blame]
error: `?const` on trait bounds is not yet implemented
--> $DIR/feature-gate.rs:11:29
|
LL | const fn get_assoc_const<S: ?const T>() -> i32 { <S as T>::CONST }
| ^^^^^^^^
error: aborting due to previous error