Skip to content

Commit a38bdf7

Browse files
Lokathorehuss
andauthored
Update src/attributes/codegen.md
Co-authored-by: Eric Huss <[email protected]>
1 parent 236e014 commit a38bdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/codegen.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ fn foo_arm_code() {}
375375
fn bar_thumb_code() {}
376376
```
377377

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.
379379
This ends up creating a limitation to how often code is inlined:
380380

381381
* If a function has an `instruction_set` attribute it won't inline into a function of another instruction set.

0 commit comments

Comments
 (0)