1
Fork 0

tests: remove //@ pretty-expanded usages

Done with

```bash
sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs
```

and

```
sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs
```
This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-11-26 01:56:46 +08:00
parent f62753f84f
commit 95ff642797
656 changed files with 23 additions and 662 deletions

View file

@ -2,7 +2,6 @@
#![allow(dead_code)]
//@ pretty-expanded FIXME #23616
#![feature(repr_simd, intrinsics, generic_const_exprs)]
#![allow(non_camel_case_types, incomplete_features)]