Skip to content

Added a variadic argument helper #3968

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

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

YohDeadfall
Copy link
Contributor

@RalfJung, as you wished (:

@RalfJung
Copy link
Member

RalfJung commented Oct 14, 2024 via email

id => {
throw_unsup_format!("can't execute syscall with ID {id}");
op => {
throw_unsup_format!("can't execute syscall with number {op}");
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
throw_unsup_format!("can't execute syscall with number {op}");
throw_unsup_format!("syscall: unsupported syscall number {num}");

@RalfJung
Copy link
Member

r=me after squashing. :)
@bors delegate+

@bors
Copy link
Contributor

bors commented Oct 14, 2024

✌️ @YohDeadfall, you can now approve this pull request!

If @RalfJung told you to "r=me" after making some further change, please make that change, then do @bors r=@RalfJung

@YohDeadfall
Copy link
Contributor Author

@bors r+
@bors r=@RalfJung

@bors
Copy link
Contributor

bors commented Oct 14, 2024

📌 Commit 3a8cbc2 has been approved by YohDeadfall

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Oct 14, 2024

📌 Commit 3a8cbc2 has been approved by RalfJung

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Oct 14, 2024

⌛ Testing commit 3a8cbc2 with merge 549527f...

@bors
Copy link
Contributor

bors commented Oct 14, 2024

☀️ Test successful - checks-actions
Approved by: RalfJung
Pushing 549527f to master...

@bors bors merged commit 549527f into rust-lang:master Oct 14, 2024
8 checks passed
@YohDeadfall YohDeadfall deleted the variadic-arg-helper branch October 17, 2024 17:12
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.

3 participants