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
3
3
4
4
enum Foo {
5
5
Bar ( ( ) ) ,
6
6
}
7
7
8
8
impl 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 ( ( ) ) ;
11
11
}
12
12
13
13
fn 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
2
2
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 = {
4
4
let mut _0 : Foo;
5
5
let mut _1 : ();
6
6
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
2
2
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 = {
4
4
let mut _0 : Foo;
5
5
let mut _1 : ();
6
6
You can’t perform that action at this time.
0 commit comments