File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: a1b305c8e526700e3e16e51d576691ac4ebdc335
5
+ refs/heads/try: 93a1f5e85fb2d17c4dfca7a282d9bf6805dfaa16
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ A task that completes without failing and whose supervised children complete
65
65
without failing is considered to exit successfully.
66
66
67
67
FIXME: This description does not indicate the current behavior for linked
68
- failure.
68
+ failure. (See #1868)
69
69
" ]
70
70
enum task_result {
71
71
success,
@@ -486,7 +486,7 @@ fn spawn_raw(opts: task_opts, +f: fn~()) unsafe {
486
486
// FIXME: The runtime supervision API is weird here because it
487
487
// was designed to let the child unsupervise itself, when what
488
488
// we actually want is for parents to unsupervise new
489
- // children.
489
+ // children. (#1868, #1789)
490
490
fn ~( ) {
491
491
rustrt:: unsupervise ( ) ;
492
492
f ( ) ;
You can’t perform that action at this time.
0 commit comments