File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 12
12
13
13
// Example adapted from RFC 1238 text (just left out the feature gate).
14
14
15
- // https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md#example-of-the-unguarded-escape-hatch
15
+ // https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md
16
+ // #example-of-the-unguarded-escape-hatch
16
17
17
18
// #![feature(dropck_parametricity)]
18
19
Original file line number Diff line number Diff line change 10
10
11
11
// Example taken from RFC 1238 text
12
12
13
- // https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md#examples-of-code-that-must-continue-to-work
13
+ // https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md
14
+ // #examples-of-code-that-must-continue-to-work
14
15
15
16
use std:: cell:: Cell ;
16
17
Original file line number Diff line number Diff line change 10
10
11
11
// Example taken from RFC 1238 text
12
12
13
- // https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md#examples-of-code-that-must-continue-to-work
13
+ // https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md
14
+ // #examples-of-code-that-must-continue-to-work
14
15
15
16
use std:: cell:: Cell ;
16
17
Original file line number Diff line number Diff line change 10
10
11
11
// Example taken from RFC 1238 text
12
12
13
- // https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md#example-of-the-unguarded-escape-hatch
13
+ // https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md
14
+ // #example-of-the-unguarded-escape-hatch
14
15
15
16
#![ feature( dropck_parametricity) ]
16
17
use std:: cell:: Cell ;
You can’t perform that action at this time.
0 commit comments