File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444 # [attr = Inline(Always)]
4545 fn foo0(arg0: _) -> _ { to_reuse::foo(self + 1) }
4646
47- // Check that # [inline(always)] is added when there are other attributes present in inner reuse
47+ // Check that # [inline(always)] is added when other attributes present in inner reuse
4848 # [attr = Deprecation {deprecation: Deprecation {since: Unspecified}}]
4949 # [attr = MustUse]
5050 # [attr = Cold]
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ impl Trait for S {
4040 self + 1
4141 }
4242
43- // Check that #[inline(always)] is added when there are other attributes present in inner reuse
43+ // Check that #[inline(always)] is added when other attributes present in inner reuse
4444 #[ cold]
4545 #[ must_use]
4646 #[ deprecated]
@@ -172,4 +172,4 @@ fn main() {
172172 }
173173 } ;
174174 } ;
175- }
175+ }
You can’t perform that action at this time.
0 commit comments