Convert 'use' to 'extern mod'. Remove old 'use' syntax
This commit is contained in:
parent
fb851242b7
commit
ea01ee2e9e
274 changed files with 308 additions and 316 deletions
|
@ -2,7 +2,7 @@
|
|||
// Issue #787
|
||||
// Don't try to clean up uninitialized locals
|
||||
|
||||
use std;
|
||||
extern mod std;
|
||||
|
||||
fn test_break() { loop { let x: @int = break; } }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue