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 panic-semihosting to 0.3.0 to use #[panic_implementation] #94

Merged
merged 2 commits into from
Jun 22, 2018

Conversation

tahnok
Copy link
Contributor

@tahnok tahnok commented Jun 14, 2018

Trying to use the f3 crate with rustc 1.28.0-nightly (b68432d56 2018-06-12) fails to compile with

   |
67 | #[lang = "panic_fmt"]
   | ^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `panic_fmt`

error: aborting due to previous error

Following the recommendation in https://users.rust-lang.org/t/psa-breaking-change-panic-fmt-language-item-removed-in-favor-of-panic-implementation/17875 I bumped panic-semihosting to 0.3.0

@japaric
Copy link
Owner

japaric commented Jun 22, 2018

Thanks @tahnok.

bors r+

bors bot added a commit that referenced this pull request Jun 22, 2018
94: update panic-semihosting to 0.3.0 to use #[panic_implementation] r=japaric a=tahnok

Trying to use the `f3` crate with `rustc 1.28.0-nightly (b68432d56 2018-06-12)` fails to compile with 

```
   |
67 | #[lang = "panic_fmt"]
   | ^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `panic_fmt`

error: aborting due to previous error
```

Following the recommendation in https://users.rust-lang.org/t/psa-breaking-change-panic-fmt-language-item-removed-in-favor-of-panic-implementation/17875 I bumped `panic-semihosting` to 0.3.0

Co-authored-by: Wesley Ellis <tahnok@gmail.com>
@bors
Copy link
Contributor

bors bot commented Jun 22, 2018

Build failed

to workaround a rustup manifest problem
@japaric
Copy link
Owner

japaric commented Jun 22, 2018

bors r+

bors bot added a commit that referenced this pull request Jun 22, 2018
94: update panic-semihosting to 0.3.0 to use #[panic_implementation] r=japaric a=tahnok

Trying to use the `f3` crate with `rustc 1.28.0-nightly (b68432d56 2018-06-12)` fails to compile with 

```
   |
67 | #[lang = "panic_fmt"]
   | ^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `panic_fmt`

error: aborting due to previous error
```

Following the recommendation in https://users.rust-lang.org/t/psa-breaking-change-panic-fmt-language-item-removed-in-favor-of-panic-implementation/17875 I bumped `panic-semihosting` to 0.3.0

Co-authored-by: Wesley Ellis <tahnok@gmail.com>
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
@bors
Copy link
Contributor

bors bot commented Jun 22, 2018

Build succeeded

@bors bors bot merged commit 9c4e18a into japaric:master Jun 22, 2018
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.

None yet

2 participants