about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2018-08-21 14:44:36 +0100
committervarkor <github@varkor.com>2018-08-22 23:25:28 +0100
commitb188c2a4eb7a3eede8477e3fbeaea623fc256586 (patch)
treee167093e924987049c25a877735ed0616360fb52
parentf1b506af022fdcb054aa90da1fbcf8c0226292d0 (diff)
downloadrust-b188c2a4eb7a3eede8477e3fbeaea623fc256586.tar.gz
rust-b188c2a4eb7a3eede8477e3fbeaea623fc256586.zip
Lament the invincibility of the Turbofish
-rw-r--r--src/test/ui/bastion-of-the-turbofish.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/ui/bastion-of-the-turbofish.rs b/src/test/ui/bastion-of-the-turbofish.rs
index bd789737552..eadd2389609 100644
--- a/src/test/ui/bastion-of-the-turbofish.rs
+++ b/src/test/ui/bastion-of-the-turbofish.rs
@@ -36,6 +36,10 @@
 // My heart aches in sorrow, for I know I am defeated. Let this be a warning
 // to all those who come after. Here stands the bastion of the Turbofish.
 
+// See https://github.com/rust-lang/rust/pull/53562
+// and https://github.com/rust-lang/rfcs/pull/2527
+// for context.
+
 fn main() {
     let (oh, woe, is, me) = ("the", "Turbofish", "remains", "undefeated");
     let _: (bool, bool) = (oh<woe, is>(me));