]> git.lizzy.rs Git - rust.git/commitdiff
shorten URLs to placate `make tidy`.
authorFelix S. Klock II <pnkfelix@pnkfx.org>
Tue, 6 Oct 2015 14:51:20 +0000 (16:51 +0200)
committerFelix S. Klock II <pnkfelix@pnkfx.org>
Tue, 6 Oct 2015 14:51:20 +0000 (16:51 +0200)
src/test/compile-fail/feature-gate-dropck-ugeh.rs
src/test/run-pass/issue28498-must-work-ex1.rs
src/test/run-pass/issue28498-must-work-ex2.rs
src/test/run-pass/issue28498-ugeh-ex1.rs

index a7349e360076ae57d69bff756a55ef9b4ea689c3..aa479a987a35b0fa5aa1557ef431a51ffa3466c1 100644 (file)
@@ -12,7 +12,8 @@
 
 // Example adapted from RFC 1238 text (just left out the feature gate).
 
-// https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md#example-of-the-unguarded-escape-hatch
+// https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md
+//     #example-of-the-unguarded-escape-hatch
 
 // #![feature(dropck_parametricity)]
 
index 0c2aafec431c7cd76e752e57371a7541d368a0d4..83a978d57b955a3ae7b2d1295f01310c25725d2a 100644 (file)
@@ -10,7 +10,8 @@
 
 // Example taken from RFC 1238 text
 
-// https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md#examples-of-code-that-must-continue-to-work
+// https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md
+//     #examples-of-code-that-must-continue-to-work
 
 use std::cell::Cell;
 
index 5ab2631213f60b8c3aae4d9d37d9f46583a5eb3e..93652a1b612ccdc05484cc81c99c247cfb25df31 100644 (file)
@@ -10,7 +10,8 @@
 
 // Example taken from RFC 1238 text
 
-// https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md#examples-of-code-that-must-continue-to-work
+// https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md
+//     #examples-of-code-that-must-continue-to-work
 
 use std::cell::Cell;
 
index 2df86e49b0f1a1dcaa207404f6bd36296de87fd4..5a6da8190392be778b6625fa8a15802e30b0d912 100644 (file)
@@ -10,7 +10,8 @@
 
 // Example taken from RFC 1238 text
 
-// https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md#example-of-the-unguarded-escape-hatch
+// https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md
+//     #example-of-the-unguarded-escape-hatch
 
 #![feature(dropck_parametricity)]
 use std::cell::Cell;