We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9143688 commit dcb98f4Copy full SHA for dcb98f4
src/libcore/rt.rs
@@ -62,7 +62,7 @@ pub unsafe fn rt_fail_borrowed() {
62
}
63
64
65
-// XXX: Make these signatures agree with exchange_alloc's signatures
+// FIXME #4942: Make these signatures agree with exchange_alloc's signatures
66
#[rt(exchange_malloc)]
67
#[lang="exchange_malloc"]
68
pub unsafe fn rt_exchange_malloc(td: *c_char, size: uintptr_t) -> *c_char {
src/libcore/run.rs
@@ -250,7 +250,7 @@ pub fn start_program(prog: &str, args: &[~str]) -> Program {
250
r: ProgRepr,
251
drop {
252
unsafe {
253
- // XXX: This is bad.
+ // FIXME #4943: This is bad.
254
destroy_repr(cast::transmute(&self.r));
255
256
0 commit comments