diff options
| author | Donato Sciarra <sciarp@gmail.com> | 2018-08-18 12:14:14 +0200 |
|---|---|---|
| committer | Donato Sciarra <sciarp@gmail.com> | 2018-08-19 23:01:01 +0200 |
| commit | 062bfbf39bef9360e1553f293f4f1015c5680dec (patch) | |
| tree | 84cc72ecf00df5fec9af315ff8d0aef52c55684c /src/libsyntax/test.rs | |
| parent | d3fe97f3d32b4cef1c22b6a5ba5326b1b195e262 (diff) | |
| download | rust-062bfbf39bef9360e1553f293f4f1015c5680dec.tar.gz rust-062bfbf39bef9360e1553f293f4f1015c5680dec.zip | |
mv codemap source_map
Diffstat (limited to 'src/libsyntax/test.rs')
| -rw-r--r-- | src/libsyntax/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/test.rs b/src/libsyntax/test.rs index 393989711de..988f50b4f0c 100644 --- a/src/libsyntax/test.rs +++ b/src/libsyntax/test.rs @@ -324,7 +324,7 @@ fn generate_test_harness(sess: &ParseSess, } /// Craft a span that will be ignored by the stability lint's -/// call to codemap's `is_internal` check. +/// call to source_map's `is_internal` check. /// The expanded code calls some unstable functions in the test crate. fn ignored_span(cx: &TestCtxt, sp: Span) -> Span { sp.with_ctxt(cx.ctxt) |
