This commit is contained in:
nora 2023-04-18 15:40:12 +02:00
parent 550b1644cb
commit 160111f287
2 changed files with 6 additions and 2 deletions

View file

@ -572,3 +572,7 @@ pub fn __run_test_ui(mut add_contents: impl FnMut(&mut Ui)) {
pub fn accesskit_root_id() -> Id {
Id::new("accesskit_root")
}
pub fn output_mut<R>( writer: impl FnOnce(&mut PlatformOutput) -> R) -> R {
loop {}
}