We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adb489 commit e99f9c5Copy full SHA for e99f9c5
compiler/rustc_builtin_macros/src/lib.rs
@@ -108,6 +108,7 @@ pub fn register_builtin_macros(resolver: &mut dyn ResolverExpand) {
108
}
109
110
register_attr! {
111
+ // tidy-alphabetical-start
112
alloc_error_handler: alloc_error_handler::expand,
113
autodiff_forward: autodiff::expand_forward,
114
autodiff_reverse: autodiff::expand_reverse,
@@ -120,6 +121,7 @@ pub fn register_builtin_macros(resolver: &mut dyn ResolverExpand) {
120
121
global_allocator: global_allocator::expand,
122
test: test::expand_test,
123
test_case: test::expand_test_case,
124
+ // tidy-alphabetical-end
125
126
127
register_derive! {
0 commit comments