Villosse

Results 2 issues of Villosse

Do not cast parenthesised types to TraitBound types Fixes #4148 gcc/rust/ChangeLog: * parse/rust-parse-impl.h (Parser::parse_paren_prefixed_type): gcc/testsuite/ChangeLog: * rust/compile/issue-4148.rs: Thank you for making Rust GCC better! If your PR fixes an issue,...

> Looks like > ```rust > pub fn main() { > #[cfg(any())] > ()[cfg(bar)]() > } > ``` > replicates it as well -- seems to be a parsing issue...