fix line
This commit is contained in:
parent
9d629c641e
commit
67f922bfcc
@ -20,7 +20,7 @@ fn main() {
|
||||
// This should trigger an error,
|
||||
// s could have been moved from.
|
||||
s
|
||||
//~ ERROR use of moved value: `s`
|
||||
//~^ ERROR use of moved value: `s`
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user