Skip to content

Commit ac56c99

Browse files
committed
Add 83483
Issue: rust-lang/rust#83483
1 parent 61caf52 commit ac56c99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ices/83483.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#![feature(rustc_attrs)]
2+
#[rustc_symbol_name]
3+
trait Foo {}
4+
5+
fn main() {}

0 commit comments

Comments
 (0)