tests: fixture 파일명과 unit 동기화
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
// ERROR:8:self
|
||||
unit badself;
|
||||
|
||||
struct Box {
|
||||
value: i32,
|
||||
|
||||
fn bad(self: Self) -> &i32 {
|
||||
return &self.value;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user