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

compiler-cranelift: Fix typo in enum variant #2950

Merged
merged 1 commit into from
Jun 14, 2022
Merged

Conversation

epilys
Copy link
Contributor

@epilys epilys commented Jun 14, 2022

Small typo prevented wasm32 target from being built.

error[E0599]: no variant or associated item named `FDE` found for enum `CraneliftUnwindInfo` in the current scope
   --> lib/compiler-cranelift/src/compiler.rs:171:42
    |
171 |                     CraneliftUnwindInfo::FDE(fde) => {
    |                                          ^^^
    |                                          |
    |                                          variant or associated item not found in `CraneliftUnwindInfo`
    |                                          help: there is a variant with a similar name: `Fde`
    |
   ::: lib/compiler-cranelift/src/translator/unwind.rs:11:1
    |
11  | pub(crate) enum CraneliftUnwindInfo {
    | ----------------------------------- variant or associated item `FDE` not found here

@epilys epilys added the bug Something isn't working label Jun 14, 2022
@epilys epilys added this to the v3.0 milestone Jun 14, 2022
@epilys epilys self-assigned this Jun 14, 2022
@epilys epilys requested a review from syrusakbary as a code owner June 14, 2022 08:16
@epilys
Copy link
Contributor Author

epilys commented Jun 14, 2022

bors r+

@epilys
Copy link
Contributor Author

epilys commented Jun 14, 2022

bors r-

@bors
Copy link
Contributor

bors bot commented Jun 14, 2022

Canceled.

@epilys
Copy link
Contributor Author

epilys commented Jun 14, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented Jun 14, 2022

Build succeeded:

@bors bors bot merged commit 9cd4a30 into master Jun 14, 2022
@bors bors bot deleted the fix-cranelift-typo branch June 14, 2022 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants