diff options
| author | Donough Liu <ldm2993593805@163.com> | 2019-12-30 14:41:46 +0800 |
|---|---|---|
| committer | Donough Liu <ldm2993593805@163.com> | 2019-12-30 14:41:46 +0800 |
| commit | 751fe7c43d428595d965d22ff21cc3c39dbccd5a (patch) | |
| tree | 10efc7d88186a751e89f90233bf50dcdfe699088 /src/librustc_error_codes/error_codes.rs | |
| parent | 774a4bd4f4f6c91dda7c46550769349a522856f7 (diff) | |
| download | rust-751fe7c43d428595d965d22ff21cc3c39dbccd5a.tar.gz rust-751fe7c43d428595d965d22ff21cc3c39dbccd5a.zip | |
Add error code explanation for E0477
Diffstat (limited to 'src/librustc_error_codes/error_codes.rs')
| -rw-r--r-- | src/librustc_error_codes/error_codes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes.rs b/src/librustc_error_codes/error_codes.rs index 18d58d9d19e..272147e28a4 100644 --- a/src/librustc_error_codes/error_codes.rs +++ b/src/librustc_error_codes/error_codes.rs @@ -238,6 +238,7 @@ E0463: include_str!("./error_codes/E0463.md"), E0466: include_str!("./error_codes/E0466.md"), E0468: include_str!("./error_codes/E0468.md"), E0469: include_str!("./error_codes/E0469.md"), +E0477: include_str!("./error_codes/E0477.md"), E0478: include_str!("./error_codes/E0478.md"), E0491: include_str!("./error_codes/E0491.md"), E0492: include_str!("./error_codes/E0492.md"), @@ -531,7 +532,6 @@ E0745: include_str!("./error_codes/E0745.md"), E0474, // captured variable `..` does not outlive the enclosing closure E0475, // index of slice outside its lifetime E0476, // lifetime of the source pointer does not outlive lifetime bound... - E0477, // the type `..` does not fulfill the required lifetime... E0479, // the type `..` (provided as the value of a type parameter) is... E0480, // lifetime of method receiver does not outlive the method call E0481, // lifetime of function argument does not outlive the function call |
