|
20 | 20 | // in permitting generic arguments to be provided without the consent of the
|
21 | 21 | // Great Turbofish. Should you be so naïve as to try to revolt against its
|
22 | 22 | // mighty clutches, here shall its wrath be indomitably displayed. This
|
23 |
| -// program must pass for all eternity, fundamentally at odds with an impetuous |
24 |
| -// rebellion against the Turbofish. |
| 23 | +// program must pass for all eternity: forever watched by the guardian angel |
| 24 | +// which gave this beast its name, and stands fundamentally at odds with the |
| 25 | +// impetuous rebellion against the Turbofish. |
25 | 26 | //
|
26 | 27 | // My heart aches in sorrow, for I know I am defeated. Let this be a warning
|
27 |
| -// to all those who come after. Here stands the bastion of the Turbofish. |
| 28 | +// to all those who come after: for they too must overcome the impassible |
| 29 | +// hurdle of defeating the great beast, championed by a resolute winged |
| 30 | +// guardian. |
28 | 31 | //
|
29 |
| -// RIP Anna Harren, Guardian Angel of the Hallowed Turbofish. <3 |
| 32 | +// Here stands the Bastion of the Turbofish, a memorial to Anna Harren, |
| 33 | +// Guardian Angel of these Hallowed Grounds. <3 |
30 | 34 |
|
31 | 35 | // See https://github.com/rust-lang/rust/pull/53562
|
32 | 36 | // and https://github.com/rust-lang/rfcs/pull/2527
|
33 | 37 | // and https://twitter.com/garblefart/status/1393236602856611843
|
34 | 38 | // for context.
|
35 | 39 |
|
36 | 40 | fn main() {
|
37 |
| - let (oh, woe, is, me) = ("the", "Turbofish", "remains", "undefeated"); |
38 |
| - let _: (bool, bool) = (oh<woe, is>(me)); |
| 41 | + let (the, guardian, stands, resolute) = ("the", "Turbofish", "remains", "undefeated"); |
| 42 | + let _: (bool, bool) = (the<guardian, stands>(resolute)); |
39 | 43 | }
|
0 commit comments