File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 99c72b98b5b7cb9c48265f9727ef957d4df181aa
2
+ refs/heads/master: 8691a1a1e5900eaca70415bad0bffdbfe8bd7389
Original file line number Diff line number Diff line change 1
1
2
2
// -*- rust -*-
3
3
4
- meta ( name = "rustc" ,
5
- desc = "The Rust compiler" ,
6
- uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf" ,
7
- url = "http://rust-lang.org/src/rustc" ,
8
- ver = "0.0.1" ) ;
4
+ meta export ( name = "rustc" ,
5
+ uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf" ,
6
+ url = "http://rust-lang.org/src/rustc" ,
7
+ ver = "0.1" ) ;
8
+
9
+ meta ( desc = "The Rust compiler" ,
10
+ license = "BSD" ) ;
11
+
9
12
10
13
use std;
11
14
Original file line number Diff line number Diff line change 1
- meta (name = "std",
2
- vers = "0.1",
3
- uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297",
4
- url = "http://rust-lang.org/src/std");
1
+ meta export (name = "std",
2
+ vers = "0.1",
3
+ uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297",
4
+ url = "http://rust-lang.org/src/std");
5
5
6
6
meta (comment = "Rust standard library",
7
7
license = "BSD");
You can’t perform that action at this time.
0 commit comments