1
Fork 0

Try fixing some tests

This commit is contained in:
Deadbeef 2021-08-25 14:30:09 +00:00
parent 1164c946b0
commit ff24ac4f2b
No known key found for this signature in database
GPG key ID: 027DF9338862ADDD
27 changed files with 52 additions and 255 deletions

View file

@ -5,4 +5,4 @@
#![feature(const_trait_impl)]
// For now, this parses since an error does not occur until AST lowering.
impl ?const T {}
impl ~const T {}