-
Notifications
You must be signed in to change notification settings - Fork 385
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
Conversation
Should then I change other places where I find it going after?
Yes please do.
|
id => { | ||
throw_unsup_format!("can't execute syscall with ID {id}"); | ||
op => { | ||
throw_unsup_format!("can't execute syscall with number {op}"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
throw_unsup_format!("can't execute syscall with number {op}"); | |
throw_unsup_format!("syscall: unsupported syscall number {num}"); |
r=me after squashing. :) |
✌️ @YohDeadfall, you can now approve this pull request! If @RalfJung told you to " |
7ef93eb
to
3a8cbc2
Compare
☀️ Test successful - checks-actions |
@RalfJung, as you wished (: