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 3ecf8e9 commit 69350a4Copy full SHA for 69350a4
1 file changed
library/proc_macro/src/bridge/buffer.rs
@@ -119,9 +119,7 @@ impl Write for Buffer {
119
}
120
121
impl Drop for Buffer {
122
- // HACK(nbdd0121): Hack to prevent LLVM < 17.0.4 from misoptimising,
123
- // change to `#[inline]` if fixed.
124
- #[inline(never)]
+ #[inline]
125
fn drop(&mut self) {
126
let b = self.take();
127
(b.drop)(b);
0 commit comments