2024-11-29 06:05:56 +11:00
|
|
|
//@ compile-flags: -Z parse-crate-root-only
|
2020-01-02 16:31:30 -08:00
|
|
|
//@ check-pass
|
|
|
|
|
|
|
|
#![feature(const_trait_bound_opt_out)]
|
|
|
|
#![feature(const_trait_impl)]
|
|
|
|
|
|
|
|
// For now, this parses since an error does not occur until AST lowering.
|
2021-08-25 14:30:09 +00:00
|
|
|
impl ~const T {}
|