diff options
| author | Fabian Wolff <fabian.wolff@alumni.ethz.ch> | 2021-07-01 13:52:44 +0200 |
|---|---|---|
| committer | Fabian Wolff <fabian.wolff@alumni.ethz.ch> | 2021-07-01 17:48:19 +0200 |
| commit | fe9334910998308f797207f05ed98beb37242973 (patch) | |
| tree | 4273bf8887b415a53a64398af5d3f6744501f363 /compiler/rustc_error_codes | |
| parent | 7b2befc27b2e65e0ffdd9e8280951e7349317e39 (diff) | |
| download | rust-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.md | 3 |
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: |
