about summary refs log tree commit diff
path: root/tests/codegen/inline-function-args-debug-info.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-02-25 09:50:42 +0000
committerbors <bors@rust-lang.org>2024-02-25 09:50:42 +0000
commit02ee5647a25582495d961d375709195f0a7fb5ed (patch)
tree18b2e9a10d6429bea559a3a39bc23363fe446c43 /tests/codegen/inline-function-args-debug-info.rs
parent9577051174b9c77ffc4c5b427d90ba49608d5697 (diff)
parent87042866a3c9000cf7ec83a6ed00504a2a00b761 (diff)
downloadrust-02ee5647a25582495d961d375709195f0a7fb5ed.tar.gz
rust-02ee5647a25582495d961d375709195f0a7fb5ed.zip
Auto merge of #3320 - RalfJung:rustup, r=RalfJung
Rustup

Let's see if https://github.com/rust-lang/rust/pull/121114 gets perf back to the old level.
Diffstat (limited to 'tests/codegen/inline-function-args-debug-info.rs')
-rw-r--r--tests/codegen/inline-function-args-debug-info.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/inline-function-args-debug-info.rs b/tests/codegen/inline-function-args-debug-info.rs
index ffae99e0f24..7263374b22e 100644
--- a/tests/codegen/inline-function-args-debug-info.rs
+++ b/tests/codegen/inline-function-args-debug-info.rs
@@ -2,7 +2,7 @@
 // gets inlined by MIR inlining. Without function argument indexes, `info args` in gdb won't show
 // arguments and their values for the current function.
 
-// compile-flags: -Zinline-mir=yes -Cdebuginfo=2 --edition=2021
+//@ compile-flags: -Zinline-mir=yes -Cdebuginfo=2 --edition=2021
 
 #![crate_type = "lib"]