We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc573ef commit 366ce20Copy full SHA for 366ce20
docs/src/undefined-behaviour.md
@@ -24,7 +24,7 @@ A non-exhaustive list of these, based on the non-exhaustive list from the [Rust
24
25
* Data races.
26
* Kani focuses on sequential code.
27
-* Breaking the pointer aliasing rules (http://llvm.org/docs/LangRef.html#pointer-aliasing-rules).
+* Breaking the [pointer aliasing rules](http://llvm.org/docs/LangRef.html#pointer-aliasing-rules).
28
* Kani can detect if misuse of pointers causes memory safety or assertion violations, but does not track reference lifetimes.
29
* Mutating immutable data.
30
* Kani can detect if modification of immutable data causes memory safety or assertion violations, but does not track reference lifetimes.
0 commit comments