diff options
| author | Thiago Trannin <51510921+thinety@users.noreply.github.com> | 2022-03-02 10:09:02 -0300 |
|---|---|---|
| committer | Thiago Trannin <51510921+thinety@users.noreply.github.com> | 2022-03-02 10:09:02 -0300 |
| commit | bc31b3e5efd7500f25681dcaad2f41a6c3ead6d0 (patch) | |
| tree | 13b9d03874b130c55015ac7da1c0e98e135c4b9c | |
| parent | c42d846add941a26bd254911e16f02c4a3f9346f (diff) | |
| download | rust-bc31b3e5efd7500f25681dcaad2f41a6c3ead6d0.tar.gz rust-bc31b3e5efd7500f25681dcaad2f41a6c3ead6d0.zip | |
Remove out-of-context line at end of E0284 message
| -rw-r--r-- | compiler/rustc_error_codes/src/error_codes/E0284.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_error_codes/src/error_codes/E0284.md b/compiler/rustc_error_codes/src/error_codes/E0284.md index 82598aeec02..5a92f8352d2 100644 --- a/compiler/rustc_error_codes/src/error_codes/E0284.md +++ b/compiler/rustc_error_codes/src/error_codes/E0284.md @@ -30,5 +30,3 @@ fn main() { d = d + m; } ``` - -Note that the type of `v` can now be inferred from the type of `temp`. |
