Skip to content

Conversation

@n-salim
Copy link

@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.

3 participants