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

Failure parsing malformed crate directive #1028

Closed
brson opened this issue Oct 12, 2011 · 0 comments
Closed

Failure parsing malformed crate directive #1028

brson opened this issue Oct 12, 2011 · 0 comments
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR) E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@brson
Copy link
Contributor

brson commented Oct 12, 2011

#[link(name = "ncurses",
       vers = "0.1",
       uuid = "2aae3bac-71d4-4cbf-9bc8-58951857c28a",
       url = "http://www.leptoquark.net/~elly/rust/")];

#[comment = "Rust ncurses bindings"];
#[license = "BSD"];

mod ncurses = x;
rt: 253a:main:main:                   upcall fail 'explicit failure', /home/rustbuild/src/rustbot/workspace-snap-stage3-x86_64-unknown-linux-gnu/src/src/comp/syntax/parse/parser.rs:2468

x is expected to be a string.

@brson brson closed this as completed in 880b1ec Oct 20, 2011
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
* Disable remaining rounding intrinsics

* Update support table

* Fix format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR) E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

1 participant