]> git.lizzy.rs Git - rust.git/blob - src/test/run-fail/issue-2761.rs
Rollup merge of #67622 - gilescope:async-keyword-doc, r=Centril
[rust.git] / src / test / run-fail / issue-2761.rs
1 // error-pattern:custom message
2
3 fn main() {
4     assert!(false, "custom message");
5 }