Skip to content

Commit 63063a0

Browse files
committed
Add comment to tests/ui/match/match-stack-overflow-72933.rs
1 parent b929f66 commit 63063a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ui/match/match-stack-overflow-72933-.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
//! regression test for issue #72933
12
//@ build-pass
23
// ignore-tidy-filelength
3-
#![crate_type="rlib"]
4+
#![crate_type = "rlib"]
45

56
fn banana(v: &str) -> u32 {
67
match v {

0 commit comments

Comments
 (0)