Skip to content

Conversation

@dtolnay
Copy link
Owner

@dtolnay dtolnay commented Apr 22, 2019

Fixes #156. This matches the renames in rust-lang/rust#51574 / rust-lang/rust#55190. Does not affect public API.

@dtolnay dtolnay merged commit ed21fad into dtolnay:master Apr 23, 2019
@dtolnay dtolnay deleted the sourcemap branch April 23, 2019 00:34
CODEMAP.with(|cm| {
SOURCE_MAP.with(|cm| {
let cm = cm.borrow();
let fi = cm.fileinfo(*self);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All the cm variables (here and elsewhere) could've been renamed to sm as well (but this is a very minor nitpick).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename "codemap" to "source map".

2 participants