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

Fixed: error: unnecessary trailing semicolon #3

Merged
merged 1 commit into from
Aug 19, 2019
Merged

Conversation

n-salim
Copy link
Collaborator

@n-salim n-salim commented Aug 18, 2019

The latest bootstrap cargo (2019-08-13) caught a hitherto unnoticed issue:

error: unnecessary trailing semicolon
--> src/libstd/sys/vxworks/process/process_common.rs:158:26
|
158 | unimplemented!();;
| ^ help: remove this semicolon
|
= note: -D redundant-semicolon implied by -D warnings

error: unreachable statement
--> src/libstd/sys/vxworks/process/process_common.rs:158:26
|
158 | unimplemented!();;
| ^
|
= note: -D unreachable-code implied by -D warnings

error: aborting due to 2 previous errors

error: Could not compile std.

@BaoshanPang BaoshanPang merged commit 7ab6fa0 into master Aug 19, 2019
@BaoshanPang
Copy link

@n-salim

I created the PR for upstream: rust-lang#63704

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