diff options
| author | Oneirical <manchot@videotron.ca> | 2024-06-21 15:05:54 -0400 |
|---|---|---|
| committer | Oneirical <manchot@videotron.ca> | 2024-06-28 11:18:46 -0400 |
| commit | 133b47ab3837baf7d1a7f9f03a7166c137667797 (patch) | |
| tree | 03bf1cdfeaf4c06d8631895efaed48cb3ef8c895 /tests/run-make/debug-assertions | |
| parent | cb1281b76d4d90fd66bd76507e583c69625e037d (diff) | |
rewrite emit-stack-sizes to rmake
Diffstat (limited to 'tests/run-make/debug-assertions')
| -rw-r--r-- | tests/run-make/debug-assertions/debug.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make/debug-assertions/debug.rs b/tests/run-make/debug-assertions/debug.rs index c6e4bddc34c..1f27c04a16d 100644 --- a/tests/run-make/debug-assertions/debug.rs +++ b/tests/run-make/debug-assertions/debug.rs @@ -1,3 +1,4 @@ +#![allow(internal_features)] #![feature(rustc_attrs)] #![deny(warnings)] |
