about summary refs log tree commit diff
path: root/src/libsyntax_pos
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-10-09 03:32:21 +0000
committerbors <bors@rust-lang.org>2019-10-09 03:32:21 +0000
commit275cf4bcacad3fbe5539ecd5840462793ae46eec (patch)
tree907f93d50a06e4997a8b0b29214bc219243810c6 /src/libsyntax_pos
parentb5bd31ec6db6a249311888a93fc176f06dcb6aa6 (diff)
parente27f0298363f6ca60bb5761a8c74d52b3999a061 (diff)
downloadrust-275cf4bcacad3fbe5539ecd5840462793ae46eec.tar.gz
rust-275cf4bcacad3fbe5539ecd5840462793ae46eec.zip
Auto merge of #65229 - Centril:rollup-wnr46vg, r=Centril
Rollup of 4 pull requests

Successful merges:

 - #64656 (Implement (HashMap) Entry::insert as per #60142)
 - #65037 (`#[track_caller]` feature gate (RFC 2091 1/N))
 - #65166 (Suggest to add `move` keyword for generator capture)
 - #65175 (add more info in debug traces for gcu merging)

Failed merges:

r? @ghost
Diffstat (limited to 'src/libsyntax_pos')
-rw-r--r--src/libsyntax_pos/symbol.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax_pos/symbol.rs b/src/libsyntax_pos/symbol.rs
index c7230d5ca15..2b005c3fc42 100644
--- a/src/libsyntax_pos/symbol.rs
+++ b/src/libsyntax_pos/symbol.rs
@@ -674,6 +674,7 @@ symbols! {
         tool_attributes,
         tool_lints,
         trace_macros,
+        track_caller,
         trait_alias,
         transmute,
         transparent,