]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #82989 - Smittyvb:other-lang-literal-errors, r=varkor
authorDylan DPC <dylan.dpc@gmail.com>
Mon, 15 Mar 2021 15:22:50 +0000 (16:22 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Mar 2021 15:22:50 +0000 (16:22 +0100)
commit4eca4929ec77b34a274a3090310247a1ec485953
treedb7a2890d32962a18fa40e9da3b3cf2453c11a15
parent7a7bbdb3abfa72ca717ef54ffc4f307d0d44de67
parent5eae9af193efca654a4e20ec0766781c24b7eb87
Rollup merge of #82989 - Smittyvb:other-lang-literal-errors, r=varkor

Custom error on literal names from other languages

This detects all Java literal types and all single word C data types, and suggests the corresponding Rust literal type.