replace //@ compile-flags: --edition
with //@ edition
This commit is contained in:
parent
97c966bb40
commit
cd371b90e2
108 changed files with 181 additions and 135 deletions
|
@ -2,7 +2,8 @@
|
|||
// encode_ty and caused the compiler to ICE.
|
||||
//
|
||||
//@ needs-sanitizer-cfi
|
||||
//@ compile-flags: -Ccodegen-units=1 -Clto -Ctarget-feature=-crt-static -Zsanitizer=cfi --edition=2021
|
||||
//@ compile-flags: -Ccodegen-units=1 -Clto -Ctarget-feature=-crt-static -Zsanitizer=cfi
|
||||
//@ edition: 2021
|
||||
//@ no-prefer-dynamic
|
||||
//@ only-x86_64-unknown-linux-gnu
|
||||
//@ build-pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue