-
-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failure with rustc 1.22.0-nightly (088216fb9 2017-09-04) #281
Comments
could this be due to non-lexical lifetimes? if so, I would suggest mentioning this bug over at rust-lang/rfcs#2094 |
Not sure, and not really able to dig deeper at the moment, sorry for the drive-by bug report |
I've minimized the issue to this example, which compiles on
|
@Aaron1011 do you mind opening a bug in https://github.com/rust-lang/rust with your example? |
My fix is in the latest nightly. |
Nicely done, @Aaron1011 ! |
Confirming fixed using |
First of all, everything compiles fine with stable rust 1.20.0 (
rustup default stable
)This build error only occurs on nightly.
If desired, one could add
nightly
to therust
list in .travis.yml at https://github.com/ogham/exa/blob/master/.travis.yml#L8The text was updated successfully, but these errors were encountered: