pub trait CompileError<T> {
    fn expect_compile_error(self, msg: &str) -> T;
}

Required methods

Implementations on Foreign Types

Implementors