Skip to content

Commit

Permalink
Remove an obsolete example in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed May 5, 2015
1 parent 77acf7b commit abc0017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_trans/back/link.rs
Expand Up @@ -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
Expand Down

0 comments on commit abc0017

Please sign in to comment.