diff --git a/compiler/rustc_error_codes/src/error_codes/E0757.md b/compiler/rustc_error_codes/src/error_codes/E0757.md index ed7ee1c6fa2c..41b06b23c4f2 100644 --- a/compiler/rustc_error_codes/src/error_codes/E0757.md +++ b/compiler/rustc_error_codes/src/error_codes/E0757.md @@ -12,7 +12,7 @@ extern "C" { } ``` -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 `ffi_pure` attribute: ```