<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/force-inlining/gate.stderr, branch auto</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=auto</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=auto'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-06-09T09:44:24+00:00</updated>
<entry>
<title>refactor  `AttributeGate` and `rustc_attr!` to emit notes during feature checking</title>
<updated>2025-06-09T09:44:24+00:00</updated>
<author>
<name>mejrs</name>
<email>59372212+mejrs@users.noreply.github.com</email>
</author>
<published>2025-05-18T16:35:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=959d6de1a928061256bb845025597be11ddca2ea'/>
<id>urn:sha1:959d6de1a928061256bb845025597be11ddca2ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feature: fix typo in attribute description</title>
<updated>2025-02-24T07:44:38+00:00</updated>
<author>
<name>David Wood</name>
<email>david.wood2@arm.com</email>
</author>
<published>2025-02-13T15:10:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1ee134f10dafe4374ff0de6d50bedcb01fee5296'/>
<id>urn:sha1:1ee134f10dafe4374ff0de6d50bedcb01fee5296</id>
<content type='text'>
The force inlining attribute isn't is never used with `#![..]` attribute
syntax, only `#[..]` syntax.
</content>
</entry>
<entry>
<title>mir_transform: implement forced inlining</title>
<updated>2025-01-10T18:37:54+00:00</updated>
<author>
<name>David Wood</name>
<email>david.wood2@arm.com</email>
</author>
<published>2024-09-23T17:46:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f86169a58f212b174a01aa721545df009e96bfda'/>
<id>urn:sha1:f86169a58f212b174a01aa721545df009e96bfda</id>
<content type='text'>
Adds `#[rustc_force_inline]` which is similar to always inlining but
reports an error if the inlining was not possible, and which always
attempts to inline annotated items, regardless of optimisation levels.
It can only be applied to free functions to guarantee that the MIR
inliner will be able to resolve calls.
</content>
</entry>
</feed>
