]> git.lizzy.rs Git - rust.git/commitdiff
Remove an obsolete example in a comment
authorCarol Nichols <carol.nichols@gmail.com>
Tue, 5 May 2015 01:44:22 +0000 (21:44 -0400)
committerCarol Nichols <carol.nichols@gmail.com>
Tue, 5 May 2015 01:44:22 +0000 (21:44 -0400)
src/librustc_trans/back/link.rs

index 49e336c6700786808b0d900929d60b93087559ed..e97f8d9be1274afc73ac875782463ab3f20bdc9f 100644 (file)
@@ -288,7 +288,7 @@ pub fn mangle<PI: Iterator<Item=PathElem>>(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<T> 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