diff options
| author | Oli Scherer <github333195615777966@oli-obk.de> | 2025-06-26 10:25:24 +0000 | 
|---|---|---|
| committer | Oli Scherer <github333195615777966@oli-obk.de> | 2025-06-26 13:46:45 +0000 | 
| commit | 512ff9520666a952850d0a360a4310c5995f6991 (patch) | |
| tree | 902a12a0e0ee9e596dc7496659a656ad2c82afa5 /tests/ui/traits/const-traits/impl-tilde-const-trait.rs | |
| parent | eb7245a864613f290c5668f4f4e8376edd065dc6 (diff) | |
| download | rust-512ff9520666a952850d0a360a4310c5995f6991.tar.gz rust-512ff9520666a952850d0a360a4310c5995f6991.zip | |
Rename `tilde const` test files to `conditionally const`
Diffstat (limited to 'tests/ui/traits/const-traits/impl-tilde-const-trait.rs')
| -rw-r--r-- | tests/ui/traits/const-traits/impl-tilde-const-trait.rs | 9 | 
1 files changed, 0 insertions, 9 deletions
| diff --git a/tests/ui/traits/const-traits/impl-tilde-const-trait.rs b/tests/ui/traits/const-traits/impl-tilde-const-trait.rs deleted file mode 100644 index cf387ac56fc..00000000000 --- a/tests/ui/traits/const-traits/impl-tilde-const-trait.rs +++ /dev/null @@ -1,9 +0,0 @@ -#![feature(const_trait_impl)] - -struct S; -trait T {} - -impl [const] T for S {} -//~^ ERROR expected identifier, found `]` - -fn main() {} | 
