Update error positions after changes for async #[catch] support.

This commit is contained in:
Jeb Rosen 2019-11-24 09:03:26 -08:00 committed by Sergio Benitez
parent 2fa2d636e4
commit df52616074
1 changed files with 2 additions and 1 deletions

View File

@ -15,8 +15,9 @@ fn f2(_request: &Request) -> bool {
}
#[catch(404)]
//~^ ERROR mismatched types
fn f3(_request: bool) -> usize {
//~^ ERROR mismatched types
//~^ ERROR usize: rocket::response::Responder
10
}