This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- // EMIT_MIR issue_110508.{impl#0}-BAR1 .built.after.mir
2- // EMIT_MIR issue_110508.{impl#0}-BAR2 .built.after.mir
1+ // EMIT_MIR issue_110508.{impl#0}-BAR .built.after.mir
2+ // EMIT_MIR issue_110508.{impl#0}-SELF_BAR .built.after.mir
33
44enum Foo {
55 Bar ( ( ) ) ,
66}
77
88impl Foo {
9- const BAR1 : Foo = Foo :: Bar ( ( ) ) ;
10- const BAR2 : Foo = Self :: Bar ( ( ) ) ;
9+ const BAR : Foo = Foo :: Bar ( ( ) ) ;
10+ const SELF_BAR : Foo = Self :: Bar ( ( ) ) ;
1111}
1212
1313fn main ( ) { }
Original file line number Diff line number Diff line change 1- // MIR for `<impl at $DIR/issue_110508.rs:8:1 : 8:9>::BAR1 ` after built
1+ // MIR for `<impl at $DIR/issue_110508.rs:8:1 : 8:9>::BAR ` after built
22
3- const <impl at $DIR/issue_110508.rs:8:1 : 8:9>::BAR1 : Foo = {
3+ const <impl at $DIR/issue_110508.rs:8:1 : 8:9>::BAR : Foo = {
44 let mut _0 : Foo;
55 let mut _1 : ();
66
Original file line number Diff line number Diff line change 1- // MIR for `<impl at $DIR/issue_110508.rs:8:1 : 8:9>::BAR2 ` after built
1+ // MIR for `<impl at $DIR/issue_110508.rs:8:1 : 8:9>::SELF_BAR ` after built
22
3- const <impl at $DIR/issue_110508.rs:8:1 : 8:9>::BAR2 : Foo = {
3+ const <impl at $DIR/issue_110508.rs:8:1 : 8:9>::SELF_BAR : Foo = {
44 let mut _0 : Foo;
55 let mut _1 : ();
66
You can’t perform that action at this time.
0 commit comments