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