Skip to content

Commit 9c4dc06

Browse files
committed
---
yaml --- r: 5107 b: refs/heads/master c: 4c25d81 h: refs/heads/master i: 5105: 5cee3e4 5103: d88b71b v: v3
1 parent 64bc5ee commit 9c4dc06

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: bb56a7534363157af47b370e8d0e16d3da0a6f81
2+
refs/heads/master: 4c25d810415b01b7c2ed250952b8fe3b039f29bf

trunk/src/lib/str.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
export unsafe_from_bytes;
22

33
native "rust" mod rustrt {
4-
type sbuf;
5-
fn str_buf(s: str) -> sbuf;
64
fn str_from_vec(b: &[mutable? u8]) -> str;
75
fn refcount<T>(s: str) -> uint;
86
}

trunk/src/test/run-pass/item-attributes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ mod test_native_items {
189189
type sbuf;
190190

191191
#[attr]
192-
fn str_buf(s: str) -> sbuf;
192+
fn unsupervise();
193193
}
194194
}
195195

trunk/src/test/run-pass/native2.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11

22

33
native "rust" mod rustrt {
4-
type sbuf;
5-
fn str_buf(s: str) -> sbuf;
4+
fn unsupervise();
65
}
76

87
native "rust" mod bar = "" { }

0 commit comments

Comments
 (0)