]> git.lizzy.rs Git - rust.git/blob - src/test/ui/ext-nonexistent.rs
do not reverse the expected type and found type for ObligationCauseCode of IfExpressi...
[rust.git] / src / test / ui / ext-nonexistent.rs
1 // error-pattern:cannot find macro
2 fn main() { iamnotanextensionthatexists!(""); }