Skip to content

wip offload frontend#156642

Draft
Sa4dUs wants to merge 2 commits into
rust-lang:mainfrom
Sa4dUs:offload-macro
Draft

wip offload frontend#156642
Sa4dUs wants to merge 2 commits into
rust-lang:mainfrom
Sa4dUs:offload-macro

Conversation

@Sa4dUs
Copy link
Copy Markdown
Contributor

@Sa4dUs Sa4dUs commented May 16, 2026

No description provided.

@rustbot rustbot added 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. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels May 16, 2026
@rust-log-analyzer
Copy link
Copy Markdown
Collaborator

The job tidy failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
[TIMING:end] tool::Tidy { compiler: Compiler { stage: 0, host: x86_64-unknown-linux-gnu, forced_compiler: false }, target: x86_64-unknown-linux-gnu } -- 0.000
fmt check
Diff in /checkout/compiler/rustc_builtin_macros/src/offload.rs:1:
-use crate::errors;
 use rustc_ast::{ForeignMod, ast};
-use rustc_expand::base::Annotatable;
-use rustc_expand::base::ExtCtxt;
+use rustc_expand::base::{Annotatable, ExtCtxt};
 use rustc_session::config::Offload;
-use rustc_span::{DUMMY_SP, Ident};
-use rustc_span::{Span, sym};
+use rustc_span::{DUMMY_SP, Ident, Span, sym};
 use thin_vec::thin_vec;
+
+use crate::errors;
 
 /*

</details>

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

Labels

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. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants