From abc0017f3b2308c3bff2a975d4e33b53c2f52bdb Mon Sep 17 00:00:00 2001 From: Carol Nichols Date: Mon, 4 May 2015 21:44:22 -0400 Subject: [PATCH] Remove an obsolete example in a comment --- src/librustc_trans/back/link.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_trans/back/link.rs b/src/librustc_trans/back/link.rs index 49e336c67007..e97f8d9be127 100644 --- a/src/librustc_trans/back/link.rs +++ b/src/librustc_trans/back/link.rs @@ -288,7 +288,7 @@ pub fn mangle>(path: PI, // when using unix's linker. Perhaps one day when we just use a linker from LLVM // we won't need to do this name mangling. The problem with name mangling is // that it seriously limits the available characters. For example we can't - // have things like &T or Vec in symbol names when one would theoretically + // have things like &T in symbol names when one would theoretically // want them for things like impls of traits on that type. // // To be able to work on all platforms and get *some* reasonable output, we