Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 70c2242

Browse files
committed
Remove keyword servo from android_start macro
Fixes a build error in current Rust snapshot
1 parent b44ea3b commit 70c2242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glue/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ macro_rules! android_start(
5858
#[inline(never)]
5959
#[allow(non_snake_case)]
6060
pub extern "C" fn android_main(app: *mut ()) {
61-
android_glue::android_main2(app, move|| super::$main());
61+
android_glue::android_main2(app, move|| ::$main());
6262
}
6363
}
6464
)

0 commit comments

Comments
 (0)