Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Does not compile on 1.12.0-nightly (1bf5fa326 2016-08-16) #100

Closed
dtolnay opened this issue Aug 17, 2016 · 1 comment
Closed

Does not compile on 1.12.0-nightly (1bf5fa326 2016-08-16) #100

dtolnay opened this issue Aug 17, 2016 · 1 comment
Assignees

Comments

@dtolnay
Copy link
Contributor

dtolnay commented Aug 17, 2016

error: no associated item named `None` found for type `syntax::ast::FunctionRetTy` in the current scope
  --> src/fn_decl.rs:98:22
   |
98 |         let ret_ty = ast::FunctionRetTy::None(self.span);
   |                      ^^^^^^^^^^^^^^^^^^^^^^^^
@dtolnay dtolnay self-assigned this Aug 17, 2016
@dtolnay
Copy link
Contributor Author

dtolnay commented Aug 17, 2016

FunctionRetTy::None was removed in rust-lang/rust#35162.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant