File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ code.
40
40
* Non-UTF-8 byte sequences in a ` str ` .
41
41
42
42
> ** Note** : Undefined behavior affects the entire program. For example, calling
43
- > a function in ` C ` that exhibits undefined behavior of ` C ` means your entire
44
- > program contains undefined behaviour that can also affect the ` Rust ` code.
45
- > And vice versa, undefined behavior in ` Rust ` can cause adverse affects on
46
- > code executed by any FFI calls to other languages.
43
+ > a function in C that exhibits undefined behavior of C means your entire
44
+ > program contains undefined behaviour that can also affect the Rust code. And
45
+ > vice versa, undefined behavior in Rust can cause adverse affects on code
46
+ > executed by any FFI calls to other languages.
47
47
48
48
[ noalias ] : http://llvm.org/docs/LangRef.html#noalias
49
49
[ pointer aliasing rules ] : http://llvm.org/docs/LangRef.html#pointer-aliasing-rules
You can’t perform that action at this time.
0 commit comments