about summary refs log tree commit diff
path: root/src/librustc_error_codes/error_codes
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2020-08-12 16:46:40 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2020-08-12 16:51:29 +0200
commitf11b2e521e6b36c2398b683a9be2f5633b5d06f2 (patch)
tree888c012df10dd96664d56acc4ffe70d5e46ba889 /src/librustc_error_codes/error_codes
parentd0704d5d367f85843a61db71da4edde25378a197 (diff)
downloadrust-f11b2e521e6b36c2398b683a9be2f5633b5d06f2.tar.gz
rust-f11b2e521e6b36c2398b683a9be2f5633b5d06f2.zip
Improve wording
Diffstat (limited to 'src/librustc_error_codes/error_codes')
-rw-r--r--src/librustc_error_codes/error_codes/E0751.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0751.md b/src/librustc_error_codes/error_codes/E0751.md
index 212c8674304..8794f7868f3 100644
--- a/src/librustc_error_codes/error_codes/E0751.md
+++ b/src/librustc_error_codes/error_codes/E0751.md
@@ -9,4 +9,4 @@ impl !MyTrait for i32 { } // error!
 ```
 
 Negative implementations are a promise that the trait will never be implemented
-for the given types. Therefore, you can't have both at the same time!
+for the given types. Therefore, both cannot exists at the same time.