From bc31b3e5efd7500f25681dcaad2f41a6c3ead6d0 Mon Sep 17 00:00:00 2001 From: Thiago Trannin <51510921+thinety@users.noreply.github.com> Date: Wed, 2 Mar 2022 10:09:02 -0300 Subject: [PATCH] Remove out-of-context line at end of E0284 message --- compiler/rustc_error_codes/src/error_codes/E0284.md | 2 -- 1 file changed, 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 82598aeec0215..5a92f8352d2c1 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`.