about summary refs log tree commit diff
path: root/src/libsyntax_pos
diff options
context:
space:
mode:
authorMikhail Babenko <misha-babenko@yandex.ru>2019-11-22 07:34:10 +0300
committerMikhail Babenko <misha-babenko@yandex.ru>2019-11-25 18:05:56 +0300
commit45aadf7ae627752dd7c0e8709fa8ff592c2d075e (patch)
tree0591e561b2629ed9550bd971a5b66b63f694edc5 /src/libsyntax_pos
parent582a4eaee6b3674a34aeefaa5ecad0207bac9b4b (diff)
downloadrust-45aadf7ae627752dd7c0e8709fa8ff592c2d075e.tar.gz
rust-45aadf7ae627752dd7c0e8709fa8ff592c2d075e.zip
add `enclosing_scope` param to `rustc_on_unimplmented`
add ui test

compute enclosing_scope_span on demand

add scope test

make tidy happy

stylistic and typo fixes
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 7d43c3c8d07..3e122c0906e 100644
--- a/src/libsyntax_pos/symbol.rs
+++ b/src/libsyntax_pos/symbol.rs
@@ -279,6 +279,7 @@ symbols! {
         Err,
         Eq,
         Equal,
+        enclosing_scope,
         except,
         exclusive_range_pattern,
         exhaustive_integer_patterns,