Skip to content
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

Update for rustc #209

Merged
merged 2 commits into from
Nov 8, 2014
Merged

Update for rustc #209

merged 2 commits into from
Nov 8, 2014

Conversation

tomaka
Copy link
Collaborator

@tomaka tomaka commented Nov 8, 2014

This first commit fixes the ICE, but I've got another problem behind:

src/gl/lib.rs:88:1: 96:2 error: expected ident, found `$`
src/gl/lib.rs:88 generate_gl_bindings! {
src/gl/lib.rs:89     api: "gl",
src/gl/lib.rs:90     profile: "core",
src/gl/lib.rs:91     version: "4.5",
src/gl/lib.rs:92     generator: "global",
src/gl/lib.rs:93     extensions: [

@tomaka
Copy link
Collaborator Author

tomaka commented Nov 8, 2014

@tomaka tomaka changed the title [WIP] Update for rustc Update for rustc Nov 8, 2014
@tomaka
Copy link
Collaborator Author

tomaka commented Nov 8, 2014

Someone should open an issue in rust-lang/rust because of this poor interaction between quote_item! and static mut (see the second commit and the error in the OP).
I don't have the motivation to test this.

The ICE has already been reported here: rust-lang/rust#18763

tomaka added a commit that referenced this pull request Nov 8, 2014
@tomaka tomaka merged commit 79cd3b3 into brendanzab:master Nov 8, 2014
@tomaka tomaka deleted the fix-ice branch November 8, 2014 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants