own fixture 파일명과 unit 식별자 정리
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// ERROR:7:global
|
||||
unit badgmut;
|
||||
unit globalm;
|
||||
|
||||
var VALUE: i32 = 0;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// ERROR:6:reference
|
||||
unit badlocsl;
|
||||
unit localesc;
|
||||
|
||||
fn bad() -> []u8 {
|
||||
let a: [2]u8 = [1 as u8, 2 as u8];
|
||||
@@ -1,5 +1,5 @@
|
||||
// ERROR:5:reference
|
||||
unit badslfld;
|
||||
unit self_fld;
|
||||
|
||||
struct Bad {
|
||||
bytes: []u8,
|
||||
Reference in New Issue
Block a user