You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2021-07-09-inline-in-rust.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
There's a lot of tribal knowledge surrounding https://doc.rust-lang.org/reference/attributes/codegen.html#the-inline-attribute[`++#[inline]++`] attribute in Rust.
4
4
I often find myself teaching how it works, so I finally decided to write this down.
5
5
6
-
Caveat Emptor: this is what I know, not necessary what is true.
6
+
Caveat Emptor: this is what I know, not necessarily what is true.
7
7
Additionally, exact semantics of `+#[inline]+` is not set in stone and may change in future Rust versions.
0 commit comments