Skip to content

Disable atomics on avr target. - #76364

Merged
bors merged 1 commit into
rust-lang:masterfrom
fusion-engineering-forks:avr-no-atomic
Sep 7, 2020
Merged

Disable atomics on avr target.#76364
bors merged 1 commit into
rust-lang:masterfrom
fusion-engineering-forks:avr-no-atomic

Conversation

@m-ou-se

Copy link
Copy Markdown
Member

max_atomic_width was missing in the spec, which means it fell back to the pointer width of 16 bits.

Fixes#76363.

`max_atomic_width` was missing in the spec, which means it fell back to
the pointer width of 16 bits.
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 5, 2020
@jonas-schievink

Copy link
Copy Markdown
Contributor

Thanks!

@bors r+ rollup

@bors

bors commented Sep 5, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 61ac138 has been approved by jonas-schievink

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 5, 2020
@jonas-schievinkjonas-schievink added the O-AVR Target: AVR processors (ATtiny, ATmega, etc.) label Sep 5, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 7, 2020
Rollup of 18 pull requests
Successful merges:
- rust-lang#76273 (Move some Vec UI tests into alloc unit tests)
- rust-lang#76274 (Allow try blocks as the argument to return expressions)
- rust-lang#76287 (Remove an unnecessary allowed lint)
- rust-lang#76293 (Implementation of incompatible features error)
- rust-lang#76299 (Make `Ipv4Addr` and `Ipv6Addr` const tests unit tests under `library`)
- rust-lang#76302 (Address review comments on `Peekable::next_if`)
- rust-lang#76303 (Link to `#capacity-and-reallocation` when using with_capacity)
- rust-lang#76305 (Move various ui const tests to `library`)
- rust-lang#76309 (Indent a note to make folding work nicer)
- rust-lang#76312 (time.rs: Make spelling of "Darwin" consistent)
- rust-lang#76318 (Use ops::ControlFlow in rustc_data_structures::graph::iterate)
- rust-lang#76324 (Move Vec slice UI tests in library)
- rust-lang#76338 (add some intra-doc links to `Iterator`)
- rust-lang#76340 (Remove unused duplicated `trivial_dropck_outlives`)
- rust-lang#76344 (Improve docs for `std::env::args()`)
- rust-lang#76346 (Docs: nlink example typo)
- rust-lang#76358 (Minor grammar fix in doc comment for soft-deprecated methods)
- rust-lang#76364 (Disable atomics on avr target.)
Failed merges:
- rust-lang#76304 (Make delegation methods of `std::net::IpAddr` unstably const)
r? @ghost
@bors
bors merged commit 23f8dd1 into rust-lang:masterSep 7, 2020
@rustbotrustbot added this to the 1.48.0 milestone Sep 7, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

O-AVRTarget: AVR processors (ATtiny, ATmega, etc.)S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing max_atomic_width in avr spec.

6 participants

@m-ou-se@rust-highfive@jonas-schievink@bors@nikomatsakis@rustbot