]> git.lizzy.rs Git - rust.git/commit
librustc: hint close matches on accessing nonexisting fields
authorOliver Schneider <git1984941651981@oli-obk.de>
Tue, 20 Jan 2015 09:58:06 +0000 (10:58 +0100)
committerOliver Schneider <git1984941651981@oli-obk.de>
Tue, 20 Jan 2015 09:58:06 +0000 (10:58 +0100)
commit09d9924713a119692b8b195b81bd57ee7821cb71
treeed9264348299a00402e88e5a10c60f5341456b59
parent3bf41dafcfb6c979efb4e2438e047e1a54045eec
librustc: hint close matches on accessing nonexisting fields
src/librustc_typeck/check/mod.rs
src/test/compile-fail/struct-fields-hints-no-dupe.rs [new file with mode: 0644]
src/test/compile-fail/struct-fields-hints.rs [new file with mode: 0644]
src/test/compile-fail/struct-fields-typo.rs [new file with mode: 0644]