summaryrefslogtreecommitdiffstats
path: root/src/test/ui/async-await/edition-deny-async-fns-2015.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/async-await/edition-deny-async-fns-2015.rs')
-rw-r--r--src/test/ui/async-await/edition-deny-async-fns-2015.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/async-await/edition-deny-async-fns-2015.rs b/src/test/ui/async-await/edition-deny-async-fns-2015.rs
index 22a61dcd2..6bd6d879a 100644
--- a/src/test/ui/async-await/edition-deny-async-fns-2015.rs
+++ b/src/test/ui/async-await/edition-deny-async-fns-2015.rs
@@ -17,7 +17,6 @@ impl Foo {
trait Bar {
async fn foo() {} //~ ERROR `async fn` is not permitted in Rust 2015
//~^ ERROR functions in traits cannot be declared `async`
- //~| ERROR mismatched types
}
fn main() {