1 2 3 4 5 6 7 8 9 10
--- source: crates/proc_macros_impl/tests/svc_basic.rs expression: expand_ffi!(item) --- impl Service { fn new() -> ffi::Result<Self, Error> {} } ::core::compile_error! { "Using the name 'new' can cause conflicts in generated code." }