about summary refs log tree commit diff
path: root/compiler/rustc_error_codes
diff options
context:
space:
mode:
authorFabian Wolff <fabian.wolff@alumni.ethz.ch>2021-07-01 13:52:44 +0200
committerFabian Wolff <fabian.wolff@alumni.ethz.ch>2021-07-01 17:48:19 +0200
commitfe9334910998308f797207f05ed98beb37242973 (patch)
tree4273bf8887b415a53a64398af5d3f6744501f363 /compiler/rustc_error_codes
parent7b2befc27b2e65e0ffdd9e8280951e7349317e39 (diff)
downloadrust-fe9334910998308f797207f05ed98beb37242973.tar.gz
rust-fe9334910998308f797207f05ed98beb37242973.zip
Minor adjustments and refactoring
Diffstat (limited to 'compiler/rustc_error_codes')
-rw-r--r--compiler/rustc_error_codes/src/error_codes/E0094.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/rustc_error_codes/src/error_codes/E0094.md b/compiler/rustc_error_codes/src/error_codes/E0094.md
index 42cd2aa1853..ec86ec44ece 100644
--- a/compiler/rustc_error_codes/src/error_codes/E0094.md
+++ b/compiler/rustc_error_codes/src/error_codes/E0094.md
@@ -1,5 +1,4 @@
-An invalid number of generic type, lifetime, or const parameters was
-given to an intrinsic function.
+An invalid number of generic parameters was passed to an intrinsic function.
 
 Erroneous code example: