]> git.lizzy.rs Git - rust.git/commit
Don't leak the compiler's internal representation of scopes in error messages.
authorEduard-Mihai Burtescu <edy.burt@gmail.com>
Thu, 22 Dec 2016 17:46:08 +0000 (19:46 +0200)
committerEduard-Mihai Burtescu <edy.burt@gmail.com>
Wed, 4 Jan 2017 03:48:18 +0000 (05:48 +0200)
commitbb04da4822ea57b8651b494e24a992b2072c4429
tree38c3101f6c91ddbcfff8fb4f5b311cf897c44e03
parent468227129d08b52c4cf90313b29fdad1b80e596b
Don't leak the compiler's internal representation of scopes in error messages.
src/librustc/infer/error_reporting.rs
src/test/compile-fail/issue-27942.rs [new file with mode: 0644]
src/test/compile-fail/issue-37884.rs [new file with mode: 0644]