Skip to content

Commit 2ab01a8

Browse files
committed
---
yaml --- r: 44847 b: refs/heads/master c: 1d34a55 h: refs/heads/master i: 44845: 3022e9a 44843: 2b9876a 44839: b347763 44831: 8f3a463 v: v3
1 parent 5f9ae6f commit 2ab01a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: a660bb362ce5a39014fb274367e6361d4deb8a7d
2+
refs/heads/master: 1d34a55d880baa3d186e72d345c1d3ce99d88d2c
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
55
refs/heads/try: ef355f6332f83371e4acf04fc4eb940ab41d78d3

trunk/src/libcore/comm.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ use vec;
1717

1818
use pipes::{recv, try_recv, wait_many, peek, PacketHeader};
1919

20-
// NOTE Making this public exposes some plumbing from pipes. Needs
21-
// some refactoring
20+
// FIXME #5160: Making this public exposes some plumbing from
21+
// pipes. Needs some refactoring
2222
pub use pipes::Selectable;
2323

2424
/// A trait for things that can send multiple messages.

trunk/src/rt/rust_upcall.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ upcall_fail(char const *expr,
120120
size_t line) {
121121
rust_task *task = rust_try_get_current_task();
122122
if (task == NULL) {
123-
// NOTE: Need to think about what to do here
123+
// FIXME #5161: Need to think about what to do here
124124
printf("failure outside of a task");
125125
abort();
126126
}

0 commit comments

Comments
 (0)