1
Fork 0

replace //@ compile-flags: --edition with //@ edition

This commit is contained in:
Pietro Albini 2025-04-08 15:17:08 +02:00
parent 97c966bb40
commit cd371b90e2
No known key found for this signature in database
GPG key ID: CD76B35F7734769E
108 changed files with 181 additions and 135 deletions

View file

@ -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