Skip to content

Some offload fixes re #161703 - #161968

Open
Sa4dUs wants to merge 1 commit into
rust-lang:mainfrom
Sa4dUs:offload-fix
Open

Some offload fixes re #161703#161968
Sa4dUs wants to merge 1 commit into
rust-lang:mainfrom
Sa4dUs:offload-fix

Conversation

@Sa4dUs

@Sa4dUs Sa4dUs commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

closes: #161703

r? @ZuseZ4

@rustbot rustbot added A-run-make Area: port run-make Makefiles to rmake.rs S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Aug 29, 2026
ecx.path_global(
span,
[sym::std, sym::unimplemented].map(|s| Ident::new(s, span)).to_vec(),
[sym::core, sym::unimplemented].map(|s| Ident::new(s, span)).to_vec(),

@Sa4dUs Sa4dUs Aug 29, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

this is not necessary if we compile the host with std, but ig it's still better to use core

View changes since the review

@Sa4dUs
Sa4dUs marked this pull request as ready for review August 29, 2026 12:02
@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Aug 29, 2026
@rustbot

rustbot commented Aug 29, 2026

Copy link
Copy Markdown
Collaborator

⚠️ Warning ⚠️

  • There are issue links (such as #123) in the commit messages of the following commits.
    Please move them to the PR description, to avoid spamming the issues with references to the commit, and so this bot can automatically canonicalize them to avoid issues with subtree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-run-make Area: port run-make Makefiles to rmake.rs S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Outdated std::offload example

3 participants