File tree Expand file tree Collapse file tree 12 files changed +32
-32
lines changed Expand file tree Collapse file tree 12 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 11
11
// End:
12
12
13
13
#[ link( name = "cargo" ,
14
- vers = "0.2 " ,
14
+ vers = "0.3 " ,
15
15
uuid = "9ff87a04-8fed-4295-9ff8-f99bb802650b" ,
16
16
url = "https://github.com/mozilla/rust/tree/master/src/cargo" ) ] ;
17
17
21
21
22
22
#[ warn( no_non_implicitly_copyable_typarams, no_vecs_not_implicitly_copyable) ] ;
23
23
24
- use core( vers = "0.2 " ) ;
25
- use std( vers = "0.2 " ) ;
26
- use rustc( vers = "0.2 " ) ;
27
- use syntax( vers = "0.2 " ) ;
24
+ use core( vers = "0.3 " ) ;
25
+ use std( vers = "0.3 " ) ;
26
+ use rustc( vers = "0.3 " ) ;
27
+ use syntax( vers = "0.3 " ) ;
28
28
29
29
import core:: * ;
30
30
Original file line number Diff line number Diff line change 4
4
5
5
#[warn(no_vecs_not_implicitly_copyable)];
6
6
7
- use core(vers = "0.2 ");
8
- use std(vers = "0.2 ");
7
+ use core(vers = "0.3 ");
8
+ use std(vers = "0.3 ");
9
9
10
10
import core::*;
11
11
Original file line number Diff line number Diff line change 5
5
SetupIconFile = rust-logo.ico
6
6
AppName = Rust
7
7
AppVersion = {#CFG_VERSION}
8
- AppCopyright = Copyright (C) 2006 -2011 Mozilla Foundation, MIT license
8
+ AppCopyright = Copyright (C) 2006 -2012 Mozilla Foundation, MIT license
9
9
AppPublisher = Mozilla Foundation
10
10
AppPublisherURL = http://www.rust-lang.org
11
11
VersionInfoVersion = {#CFG_VERSION}
Original file line number Diff line number Diff line change 6
6
7
7
#[ warn( no_vecs_not_implicitly_copyable) ] ;
8
8
9
- use core( vers = "0.2 " ) ;
10
- use std( vers = "0.2 " ) ;
11
- use syntax( vers = "0.2 " ) ;
9
+ use core( vers = "0.3 " ) ;
10
+ use std( vers = "0.3 " ) ;
11
+ use syntax( vers = "0.3 " ) ;
12
12
13
13
import core:: * ;
14
14
Original file line number Diff line number Diff line change 1
1
#[link(name = "core",
2
- vers = "0.2 ",
2
+ vers = "0.3 ",
3
3
uuid = "c70c24a7-5551-4f73-8e37-380b11d80be8",
4
4
url = "https://github.com/mozilla/rust/tree/master/src/libcore")];
5
5
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ mod core {
59
59
// Similar to above. Some magic to make core testable.
60
60
#[ cfg( test) ]
61
61
mod std {
62
- use std( vers = "0.2 " ) ;
62
+ use std( vers = "0.3 " ) ;
63
63
import std:: test;
64
64
}
65
65
Original file line number Diff line number Diff line change 1
1
#[link(name = "std",
2
- vers = "0.2 ",
2
+ vers = "0.3 ",
3
3
uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297",
4
4
url = "https://github.com/mozilla/rust/tree/master/src/libstd")];
5
5
12
12
13
13
#[warn(no_vecs_not_implicitly_copyable)];
14
14
15
- use core(vers = "0.2 ");
15
+ use core(vers = "0.3 ");
16
16
import core::*;
17
17
18
18
export net, net_tcp, net_ip;
Original file line number Diff line number Diff line change 1
1
#[link(name = "syntax",
2
- vers = "0.2 ",
2
+ vers = "0.3 ",
3
3
uuid = "9311401b-d6ea-4cd9-a1d9-61f89499c645")];
4
4
5
5
10
10
11
11
#[warn(no_vecs_not_implicitly_copyable)];
12
12
13
- use core(vers = "0.2 ");
14
- use std(vers = "0.2 ");
13
+ use core(vers = "0.3 ");
14
+ use std(vers = "0.3 ");
15
15
16
16
import core::*;
17
17
Original file line number Diff line number Diff line change 1
1
#[ no_core] ;
2
2
#[ warn( no_vecs_not_implicitly_copyable) ] ;
3
3
4
- use core( vers = "0.2 " ) ;
5
- use std( vers = "0.2 " ) ;
6
- use rustc( vers = "0.2 " ) ;
7
- use syntax( vers = "0.2 " ) ;
4
+ use core( vers = "0.3 " ) ;
5
+ use std( vers = "0.3 " ) ;
6
+ use rustc( vers = "0.3 " ) ;
7
+ use syntax( vers = "0.3 " ) ;
8
8
9
9
import core:: * ;
10
10
Original file line number Diff line number Diff line change 1
1
// -*- rust -*-
2
2
3
3
#[ link( name = "rustc" ,
4
- vers = "0.2 " ,
4
+ vers = "0.3 " ,
5
5
uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf" ,
6
6
url = "https://github.com/mozilla/rust/tree/master/src/rustc" ) ] ;
7
7
13
13
14
14
#[ warn( no_vecs_not_implicitly_copyable) ] ;
15
15
16
- use core( vers = "0.2 " ) ;
17
- use std( vers = "0.2 " ) ;
18
- use syntax( vers = "0.2 " ) ;
16
+ use core( vers = "0.3 " ) ;
17
+ use std( vers = "0.3 " ) ;
18
+ use syntax( vers = "0.3 " ) ;
19
19
20
20
import core:: * ;
21
21
Original file line number Diff line number Diff line change 1
1
//! Rustdoc - The Rust documentation generator
2
2
3
3
#[link(name = "rustdoc",
4
- vers = "0.2 ",
4
+ vers = "0.3 ",
5
5
uuid = "f8abd014-b281-484d-a0c3-26e3de8e2412",
6
6
url = "https://github.com/mozilla/rust/tree/master/src/rustdoc")];
7
7
13
13
14
14
#[warn(no_vecs_not_implicitly_copyable)];
15
15
16
- use core(vers = "0.2 ");
17
- use std(vers = "0.2 ");
18
- use rustc(vers = "0.2 ");
19
- use syntax(vers = "0.2 ");
16
+ use core(vers = "0.3 ");
17
+ use std(vers = "0.3 ");
18
+ use rustc(vers = "0.3 ");
19
+ use syntax(vers = "0.3 ");
20
20
21
21
import core::*;
22
22
Original file line number Diff line number Diff line change 1
1
#[ no_core] ;
2
2
use core;
3
3
use zed( name = "core" ) ;
4
- use bar( name = "core" , vers = "0.2 " ) ;
4
+ use bar( name = "core" , vers = "0.3 " ) ;
5
5
6
6
7
7
import core:: str;
You can’t perform that action at this time.
0 commit comments