Update compile flags formatting
This commit is contained in:
parent
8200068a1d
commit
7329111466
4 changed files with 5 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
|||
// This test verifies the accuracy of emitted file and line debuginfo metadata for async blocks and
|
||||
// async functions.
|
||||
//
|
||||
// edition: 2021
|
||||
// compile-flags: -C debuginfo=2 -Z debug-info-type-line-numbers=true
|
||||
//@ edition:2021
|
||||
//@ compile-flags: -C debuginfo=2 -Z debug-info-type-line-numbers=true
|
||||
#![crate_type = "lib"]
|
||||
|
||||
// ignore-tidy-linelength
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// This test verifies the accuracy of emitted file and line debuginfo metadata for closures and
|
||||
// coroutines.
|
||||
//
|
||||
// compile-flags: -C debuginfo=2 -Z debug-info-type-line-numbers=true
|
||||
//@ compile-flags: -C debuginfo=2 -Z debug-info-type-line-numbers=true
|
||||
#![crate_type = "lib"]
|
||||
#![feature(coroutines, stmt_expr_attributes)]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// This test verifies the accuracy of emitted file and line debuginfo metadata enums.
|
||||
//
|
||||
// compile-flags: -C debuginfo=2 -Z debug-info-type-line-numbers=true
|
||||
//@ compile-flags: -C debuginfo=2 -Z debug-info-type-line-numbers=true
|
||||
#![crate_type = "lib"]
|
||||
|
||||
// ignore-tidy-linelength
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// This test verifies the accuracy of emitted file and line debuginfo metadata for structs and
|
||||
// unions.
|
||||
//
|
||||
// compile-flags: -C debuginfo=2 -Z debug-info-type-line-numbers=true
|
||||
//@ compile-flags: -C debuginfo=2 -Z debug-info-type-line-numbers=true
|
||||
#![crate_type = "lib"]
|
||||
|
||||
// ignore-tidy-linelength
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue