about summary refs log tree commit diff
path: root/compiler/rustc_parse/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-06-13 06:31:44 +0000
committerbors <bors@rust-lang.org>2024-06-13 06:31:44 +0000
commitc5e94246a3f73d133debdd085e186d4c9e83c215 (patch)
treee3c4fd2f9adcba2cc2f2923d27359869fd8f045e /compiler/rustc_parse/src
parent82c34ad09507d6a94c05cb21550a3e3a1a262493 (diff)
parenta49c65976cf3d8c705b328ef61d205a4501d3685 (diff)
downloadrust-c5e94246a3f73d133debdd085e186d4c9e83c215.tar.gz
rust-c5e94246a3f73d133debdd085e186d4c9e83c215.zip
Auto merge of #3669 - rust-lang:rustup-2024-06-13, r=RalfJung
Automatic Rustup
Diffstat (limited to 'compiler/rustc_parse/src')
-rw-r--r--compiler/rustc_parse/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_parse/src/lib.rs b/compiler/rustc_parse/src/lib.rs
index b316327a262..25cab7252a3 100644
--- a/compiler/rustc_parse/src/lib.rs
+++ b/compiler/rustc_parse/src/lib.rs
@@ -1,5 +1,6 @@
 //! The main parser interface.
 
+// tidy-alphabetical-start
 #![allow(internal_features)]
 #![allow(rustc::diagnostic_outside_of_impl)]
 #![allow(rustc::untranslatable_diagnostic)]
@@ -9,6 +10,7 @@
 #![feature(if_let_guard)]
 #![feature(iter_intersperse)]
 #![feature(let_chains)]
+// tidy-alphabetical-end
 
 use rustc_ast as ast;
 use rustc_ast::token;