diff options
| author | Eduard Burtescu <edy.burt@gmail.com> | 2016-04-06 13:51:55 +0300 |
|---|---|---|
| committer | Eduard Burtescu <edy.burt@gmail.com> | 2016-04-06 13:51:55 +0300 |
| commit | e8a8dfb056fb3654bacd6aaa6acbc4536358df23 (patch) | |
| tree | 3d379b80f98e27fd27d953276830278942f0eefc /src/test | |
| parent | 20f0f3c1f131b54dcc6fdc7eeb1d04ea89f5f6fd (diff) | |
| download | rust-e8a8dfb056fb3654bacd6aaa6acbc4536358df23.tar.gz rust-e8a8dfb056fb3654bacd6aaa6acbc4536358df23.zip | |
rustc: retire hir::map's paths.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-make/pretty-print-path-suffix/foo_method.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/pretty-print-path-suffix/foo_method.pp b/src/test/run-make/pretty-print-path-suffix/foo_method.pp index 4879fbfe6d3..696e0544fdc 100644 --- a/src/test/run-make/pretty-print-path-suffix/foo_method.pp +++ b/src/test/run-make/pretty-print-path-suffix/foo_method.pp @@ -13,4 +13,4 @@ fn foo_method(&self) -> &'static str { return "i am very similar to foo."; } -/* nest::S::foo_method */ +/* nest::{{impl}}::foo_method */ |
