Skip to content

fixing #9483, Remove #[abi = "foo"] attributes from codebase. #9601

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
wants to merge 5 commits into from
Closed

fixing #9483, Remove #[abi = "foo"] attributes from codebase. #9601

wants to merge 5 commits into from

Conversation

wakandan
Copy link

Fixed and checked with "make check"

@@ -33,14 +33,14 @@ arguments directly while performing minimal allocations.

Some examples of the `format!` extension are:

```rust
~~~{.rust}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is incorrect, please leave them as they were.

@huonw
Copy link
Member

huonw commented Sep 29, 2013

You appear to have picked up some extra commits, would it be possible to remove the first 3 and squash the last 2 together?

@wakandan
Copy link
Author

On 09/29/2013 11:49 AM, Huon Wilson wrote:

You appear to have picked up some extra commits, would it be possible
to remove the first 3 and squash the last 2 together?


Reply to this email directly or view it on GitHub
#9601 (comment).

ok let's me fix that

@wakandan
Copy link
Author

I need to clean up my commits first, will open this later

@wakandan wakandan closed this Sep 29, 2013
atopia added a commit to atopia/rust that referenced this pull request Jan 21, 2022
- Fix style errors.

- L4-bender does not yet support dynamic linking.

- Stack unwinding is not yet supported for x86_64-unknown-l4re-uclibc.
  For now, just abort on panics.

- Use GNU-style linker options where possible. As suggested by review:
    - Use standard GNU-style ld syntax for relro flags.
    - Use standard GNU-style optimization flags and logic.
    - Use standard GNU-style ld syntax for --subsystem.

- Don't read environment variables in L4Bender linker. Thanks to
  CARGO_ENCODED_RUSTFLAGS introduced in rust-lang#9601, l4-bender's arguments can
  now be passed from the L4Re build system without resorting to custom
  parsing of environment variables.
flip1995 pushed a commit to flip1995/rust that referenced this pull request Oct 20, 2022
[`match_single_binding`] Add curlies for more cases to fix suggestion causes error

Fixes rust-lang#9575

changelog: [`match_single_binding`]: Add curlies for scrutinees with side effects for more cases
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants