Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/crates/bevy_reflect/compile_fail/tests/func.rs
6599 views
1
fn main() -> compile_fail_utils::ui_test::Result<()> {
2
compile_fail_utils::test("reflect_into_function", "tests/into_function")
3
}
4
5