Skip to content

Commit 93a1f5e

Browse files
committed
Annotate FIXMEs in core::task
1 parent a1b305c commit 93a1f5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/task.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ A task that completes without failing and whose supervised children complete
6565
without failing is considered to exit successfully.
6666
6767
FIXME: This description does not indicate the current behavior for linked
68-
failure.
68+
failure. (See #1868)
6969
"]
7070
enum task_result {
7171
success,
@@ -486,7 +486,7 @@ fn spawn_raw(opts: task_opts, +f: fn~()) unsafe {
486486
// FIXME: The runtime supervision API is weird here because it
487487
// was designed to let the child unsupervise itself, when what
488488
// we actually want is for parents to unsupervise new
489-
// children.
489+
// children. (#1868, #1789)
490490
fn~() {
491491
rustrt::unsupervise();
492492
f();

0 commit comments

Comments
 (0)