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 cef2aba commit 6f81a5dCopy full SHA for 6f81a5d
src/behavior-considered-undefined.md
@@ -258,7 +258,7 @@ reading uninitialized memory is permitted are inside `union`s and in "padding"
258
[`const`]: items/constant-items.md
259
[noalias]: http://llvm.org/docs/LangRef.html#noalias
260
[pointer aliasing rules]: http://llvm.org/docs/LangRef.html#pointer-aliasing-rules
261
-[abi]: abi.md
+[abi]: items/external-blocks.md#abi
262
[undef]: http://llvm.org/docs/LangRef.html#undefined-values
263
[`target_feature`]: attributes/codegen.md#the-target_feature-attribute
264
[`UnsafeCell<U>`]: std::cell::UnsafeCell
0 commit comments