error: this file contains an unclosed delimiter --> $DIR/missing-close-brace-in-trait.rs:12:65 | LL | trait T { | - unclosed delimiter ... LL | fn main() {} | ^ error: struct not supported in `trait` or `impl` --> $DIR/missing-close-brace-in-trait.rs:4:1 | LL | pub(crate) struct Bar(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: implementation not supported in `trait` or `impl` --> $DIR/missing-close-brace-in-trait.rs:7:1 | LL | impl T for Bar { | ^^^^^^^^^^^^^^^^^^^^^ error: aborting due to 3 previous errors