error[E0404]: `Bar` is not a trait --> $DIR/two_files.rs:15:6 | 15 | impl Bar for Baz { } | ^^^ not a trait | = note: type aliases cannot be used for traits error: cannot continue compilation due to previous error