Skip to content

Commit 8b75fec

Browse files
committed
docs: normalise wording in line with docs
1 parent 3e981e2 commit 8b75fec

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+1
-1
lines changed

compiler/rustc_error_codes/src/error_codes/E0757.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extern "C" {
1212
}
1313
```
1414

15-
As `ffi_const` has a stricter set of requirements than `ffi_pure`, remove the
15+
As `ffi_const` provides stronger guarantees than `ffi_pure`, remove the
1616
`ffi_pure` attribute:
1717

1818
```

0 commit comments

Comments
 (0)