We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805f569 commit 563bb6bCopy full SHA for 563bb6b
crates/test-utils/src/minicore.rs
@@ -977,7 +977,9 @@ pub mod fmt {
977
}
978
979
impl UnsafeArg {
980
- pub unsafe fn new() -> Self;
+ pub unsafe fn new() -> Self {
981
+ UnsafeArg { _private: () }
982
+ }
983
984
985
@@ -1488,7 +1490,6 @@ mod macros {
1488
1490
1489
1491
// endregion:unimplemented
1492
-
1493
// region:derive
1494
pub(crate) mod builtin {
1495
#[rustc_builtin_macro]
0 commit comments