diff options
| author | Fabian Wolff <fabian.wolff@alumni.ethz.ch> | 2021-06-08 20:38:43 +0200 |
|---|---|---|
| committer | Fabian Wolff <fabian.wolff@alumni.ethz.ch> | 2021-06-08 20:41:16 +0200 |
| commit | 7b2befc27b2e65e0ffdd9e8280951e7349317e39 (patch) | |
| tree | e7da0467d4ddff4056842a309e83b65f9e612a58 /compiler/rustc_error_codes/src | |
| parent | a50d72158e08e02cfc051b863017bdbd2c45b637 (diff) | |
| download | rust-7b2befc27b2e65e0ffdd9e8280951e7349317e39.tar.gz rust-7b2befc27b2e65e0ffdd9e8280951e7349317e39.zip | |
Check the number of generic lifetime and const parameters of intrinsics
Diffstat (limited to 'compiler/rustc_error_codes/src')
| -rw-r--r-- | compiler/rustc_error_codes/src/error_codes/E0094.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/rustc_error_codes/src/error_codes/E0094.md b/compiler/rustc_error_codes/src/error_codes/E0094.md index 42baa65bf9f..42cd2aa1853 100644 --- a/compiler/rustc_error_codes/src/error_codes/E0094.md +++ b/compiler/rustc_error_codes/src/error_codes/E0094.md @@ -1,4 +1,5 @@ -An invalid number of type parameters was given to an intrinsic function. +An invalid number of generic type, lifetime, or const parameters was +given to an intrinsic function. Erroneous code example: |
