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: src/attributes/codegen.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -375,7 +375,7 @@ fn foo_arm_code() {}
375
375
fn bar_thumb_code() {}
376
376
```
377
377
378
-
If your function has neither the instruction_set attribute nor inline assembly, then the code you write within that function should not presume any particular instruction set.
378
+
If your function has neither the `instruction_set` attribute nor inline assembly, then the code you write within that function should not presume any particular instruction set.
379
379
This ends up creating a limitation to how often code is inlined:
380
380
381
381
* If a function has an `instruction_set` attribute it won't inline into a function of another instruction set.
0 commit comments