We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30407d2 commit 8cee694Copy full SHA for 8cee694
src/items/functions.md
@@ -172,7 +172,7 @@ Functions with an ABI that differs from `"Rust"` do not support unwinding in the
172
exact same way that Rust does. Therefore, unwinding past the end of functions
173
with such ABIs causes the process to abort.
174
175
-**Non-normative note**: The LLVM backend of the current Rust implementation
+> **Note**: The LLVM backend of the `rustc` implementation
176
aborts the process by executing an illegal instruction.
177
178
## Const functions
0 commit comments