Skip to content

Commit abc0017

Browse files
committed
Remove an obsolete example in a comment
1 parent 77acf7b commit abc0017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_trans/back/link.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ pub fn mangle<PI: Iterator<Item=PathElem>>(path: PI,
288288
// when using unix's linker. Perhaps one day when we just use a linker from LLVM
289289
// we won't need to do this name mangling. The problem with name mangling is
290290
// that it seriously limits the available characters. For example we can't
291-
// have things like &T or Vec<T> in symbol names when one would theoretically
291+
// have things like &T in symbol names when one would theoretically
292292
// want them for things like impls of traits on that type.
293293
//
294294
// To be able to work on all platforms and get *some* reasonable output, we

0 commit comments

Comments
 (0)