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

@ -1,6 +1,7 @@
//@ only-linux
//@ assembly-output: emit-asm
//@ compile-flags: --crate-type=lib -Copt-level=3 --edition 2024
//@ compile-flags: --crate-type=lib -Copt-level=3
//@ edition: 2024
use std::ffi::CStr;