]> git.lizzy.rs Git - rust.git/commit
Update proc-macro tests
authorJonas Schievink <jonasschievink@gmail.com>
Sun, 4 Aug 2019 12:59:13 +0000 (14:59 +0200)
committerJonas Schievink <jonasschievink@gmail.com>
Fri, 30 Aug 2019 10:34:38 +0000 (12:34 +0200)
commit547f96f19c45c469a65f5f3862213165cf899d54
tree177a04958182fa1c9d4f038e9ab63c5c20feb748
parentcf1db72281134ab7375447f17bc2becb3943ee5d
Update proc-macro tests

Due to #59998, the panic hook fires incorrectly for errors that should
not be treated as ICEs. Previously, this would only print the default
panic message, but moving the ICE printing into the panic handler will
now print the entire ICE ordeal we all hate to see.

Unfortunately this will make #59998 a lot more visible.
src/test/ui/proc-macro/invalid-punct-ident-1.rs
src/test/ui/proc-macro/invalid-punct-ident-1.stderr
src/test/ui/proc-macro/invalid-punct-ident-2.rs
src/test/ui/proc-macro/invalid-punct-ident-2.stderr
src/test/ui/proc-macro/invalid-punct-ident-3.rs
src/test/ui/proc-macro/invalid-punct-ident-3.stderr