Skip to content

Commit 8987b83

Browse files
committed
---
yaml --- r: 12453 b: refs/heads/master c: 93a1f5e h: refs/heads/master i: 12451: 8900d1b v: v3
1 parent c49b37e commit 8987b83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: a1b305c8e526700e3e16e51d576691ac4ebdc335
2+
refs/heads/master: 93a1f5e85fb2d17c4dfca7a282d9bf6805dfaa16
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/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)