We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e981e2 commit 8b75fecCopy full SHA for 8b75fec
compiler/rustc_error_codes/src/error_codes/E0757.md
@@ -12,7 +12,7 @@ extern "C" {
12
}
13
```
14
15
-As `ffi_const` has a stricter set of requirements than `ffi_pure`, remove the
+As `ffi_const` provides stronger guarantees than `ffi_pure`, remove the
16
`ffi_pure` attribute:
17
18
0 commit comments