Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e3a63ed

Browse files
committedDec 8, 2017
Mechanical translation which results in GlobalCtxt being Sync
1 parent 3bb008d commit e3a63ed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+720
-686
lines changed
 

‎src/Cargo.lock

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/libproc_macro/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ crate-type = ["dylib"]
1111
syntax = { path = "../libsyntax" }
1212
syntax_pos = { path = "../libsyntax_pos" }
1313
rustc_errors = { path = "../librustc_errors" }
14+
rustc_data_structures = { path = "../librustc_data_structures" }

0 commit comments

Comments
 (0)
Please sign in to comment.