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.
async fn
1 parent 3bf67c1 commit e7ecdc1Copy full SHA for e7ecdc1
tests/source/extern.rs
@@ -60,10 +60,6 @@ libc::c_long;
60
-> *mut FILE;
61
62
63
- async fn foo(
64
-
65
- ) -> *mut
66
- Bar;
67
const fn foo(
68
69
) ->
@@ -74,7 +70,6 @@ libc::c_long;
74
70
mut
75
71
Bar;
76
72
77
- pub async fn foo() -> *mut Bar;
78
73
pub(super) const fn foo() -> *mut Bar;
79
pub(crate) unsafe fn foo() -> *mut Bar;
80
}
tests/target/extern.rs
@@ -74,11 +74,9 @@ extern "C" {
file: *mut FILE,
) -> *mut FILE;
- async fn foo() -> *mut Bar;
const fn foo() -> *mut Bar;
unsafe fn foo() -> *mut Bar;
81
82
83
84
0 commit comments