diff options
| author | Carol Nichols <carol.nichols@gmail.com> | 2015-05-04 21:44:22 -0400 |
|---|---|---|
| committer | Carol Nichols <carol.nichols@gmail.com> | 2015-05-04 21:44:22 -0400 |
| commit | abc0017f3b2308c3bff2a975d4e33b53c2f52bdb (patch) | |
| tree | 894a168e7eaa18fd720beedf86b4aa51ac68fb1e | |
| parent | 77acf7b4ee533bf0d84ee5097dfb6676e2f4360e (diff) | |
| download | rust-abc0017f3b2308c3bff2a975d4e33b53c2f52bdb.tar.gz rust-abc0017f3b2308c3bff2a975d4e33b53c2f52bdb.zip | |
Remove an obsolete example in a comment
| -rw-r--r-- | src/librustc_trans/back/link.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_trans/back/link.rs b/src/librustc_trans/back/link.rs index 49e336c6700..e97f8d9be12 100644 --- a/src/librustc_trans/back/link.rs +++ b/src/librustc_trans/back/link.rs @@ -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 |
