1
Fork 0

Fix tests after rebase

This commit is contained in:
Matthew Jasper 2020-02-14 22:39:55 +00:00
parent edddb62099
commit d863978f89
7 changed files with 82 additions and 51 deletions

View file

@ -3,3 +3,4 @@
pub const async fn x() {}
//~^ ERROR functions cannot be both `const` and `async`
//~| ERROR `impl Trait` in const fn is unstable