Skip to content

Commit a76815a

Browse files
committed
Add bitwidth specific stderr
1 parent 91dcd42 commit a76815a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
warning: Dangerous stack allocation of size: 1 GiB exceeds most architecture limits
2+
3+
warning: 1 warning emitted
4+

tests/ui/codegen/issue-83060-large-stack-size.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// stderr-per-bitwidth
12
// build-pass
23
fn func() {
34
const CAP: usize = std::u32::MAX as usize;

0 commit comments

Comments
 (0)