diff options
| author | bors <bors@rust-lang.org> | 2019-11-01 18:23:04 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-11-01 18:23:04 +0000 |
| commit | 87cbf0a547aaf9e8a7fc708851ecf4bc2adab5fd (patch) | |
| tree | f52aa9e4168a818b6c9cc208dda4db07baf91df7 /src/libsyntax_pos | |
| parent | 01e5d91482e3e8fb9f55efabab760db2d50ddaff (diff) | |
| parent | d6e35d1334bde4b425a4ed282afeb1fc7d58874d (diff) | |
| download | rust-87cbf0a547aaf9e8a7fc708851ecf4bc2adab5fd.tar.gz rust-87cbf0a547aaf9e8a7fc708851ecf4bc2adab5fd.zip | |
Auto merge of #66021 - tmandry:rollup-y13l6n9, r=tmandry
Rollup of 16 pull requests Successful merges: - #65112 (Add lint and tests for unnecessary parens around types) - #65470 (Don't hide ICEs from previous incremental compiles) - #65471 (Add long error explanation for E0578) - #65857 (rustdoc: Resolve module-level doc references more locally) - #65902 (Make ItemContext available for better diagnositcs) - #65914 (Use structured suggestion for unnecessary bounds in type aliases) - #65946 (Make `promote_consts` emit the errors when required promotion fails) - #65960 (doc: reword iter module example and mention other methods) - #65963 (update submodules to rust-lang) - #65972 (Fix libunwind build: Define __LITTLE_ENDIAN__ for LE targets) - #65977 (Fix incorrect diagnostics for expected type in E0271 with an associated type) - #65995 (Add error code E0743 for "C-variadic has been used on a non-foreign function") - #65997 (Fix outdated rustdoc of Once::init_locking function) - #66002 (Stabilize float_to_from_bytes feature) - #66005 (vxWorks: remove code related unix socket) - #66018 (Revert PR 64324: dylibs export generics again (for now)) Failed merges: r? @ghost
Diffstat (limited to 'src/libsyntax_pos')
| -rw-r--r-- | src/libsyntax_pos/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax_pos/symbol.rs b/src/libsyntax_pos/symbol.rs index 8ba161f55c1..57131ffe18c 100644 --- a/src/libsyntax_pos/symbol.rs +++ b/src/libsyntax_pos/symbol.rs @@ -370,6 +370,7 @@ symbols! { issue_5723_bootstrap, issue_tracker_base_url, item, + item_context: "ItemContext", item_like_imports, iter, Iterator, |
