Skip to content

Commit dcb98f4

Browse files
committed
core: Clean up XXXes
1 parent 9143688 commit dcb98f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libcore/rt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pub unsafe fn rt_fail_borrowed() {
6262
}
6363
}
6464

65-
// XXX: Make these signatures agree with exchange_alloc's signatures
65+
// FIXME #4942: Make these signatures agree with exchange_alloc's signatures
6666
#[rt(exchange_malloc)]
6767
#[lang="exchange_malloc"]
6868
pub unsafe fn rt_exchange_malloc(td: *c_char, size: uintptr_t) -> *c_char {

src/libcore/run.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ pub fn start_program(prog: &str, args: &[~str]) -> Program {
250250
r: ProgRepr,
251251
drop {
252252
unsafe {
253-
// XXX: This is bad.
253+
// FIXME #4943: This is bad.
254254
destroy_repr(cast::transmute(&self.r));
255255
}
256256
}

0 commit comments

Comments
 (0)