Skip to content

Commit cf7f513

Browse files
authored
Update text/0000-target-feature-1.1.md
1 parent c82ebf9 commit cf7f513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-target-feature-1.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ fn bark() {
9696
fn moo() {
9797
foo(); // ERROR (unsafe block required)
9898
unsafe { foo() }; // OK
99-
bar(); // ERROR (bar is not sse2)
99+
bar(); // ERROR (moo is not sse2 but bar requires it)
100100
unsafe { bar() }; // OK
101101
}
102102
```

0 commit comments

Comments
 (0)