Skip to content

Commit 208ddb9

Browse files
committed
---
yaml --- r: 23807 b: refs/heads/master c: 07fe561 h: refs/heads/master i: 23805: b0f1206 23803: 5b5e80c 23799: 46c013d 23791: 079e9e9 23775: c4839f7 23743: 3fb5cc5 23679: 2128a59 23551: cb8536f v: v3
1 parent 94414f8 commit 208ddb9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: cd3956054dd43c2fbdff0a5174373c3e62589b1b
2+
refs/heads/master: 07fe5611ade0e02109a5fa72881c6cd43bacbb29
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/rustc/front/intrinsic.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33

44
mod intrinsic {
55

6-
import rusti::visit_tydesc;
7-
export TyVisitor, get_tydesc, visit_tydesc, TyDesc;
6+
pub use rusti::visit_tydesc;
87

98
// FIXME (#2712): remove this when the interface has settled and the
109
// version in sys is no longer present.
11-
fn get_tydesc<T>() -> *TyDesc {
10+
pub fn get_tydesc<T>() -> *TyDesc {
1211
rusti::get_tydesc::<T>() as *TyDesc
1312
}
1413

15-
enum TyDesc = {
14+
pub enum TyDesc = {
1615
first_param: **u8,
1716
size: uint,
1817
align: uint

0 commit comments

Comments
 (0)