You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-15 13:50:27 +02:00
Fix tyop
This commit is contained in:
@ -44,7 +44,7 @@ fn main() {
|
||||
|
||||
- In the second case, the aliasing rule prevents mis-compilation: In the C
|
||||
equivalent of this function, the program produces different results when
|
||||
compiled with optimzations enabled.
|
||||
compiled with optimizations enabled.
|
||||
|
||||
- Show students [the C version of this on Godbolt][unoptimized]. By default,
|
||||
with no optimizations enabled it will print `x = 3`. But
|
||||
|
Reference in New Issue
Block a user