9 lines
278 B
Plaintext
9 lines
278 B
Plaintext
error: A runtime API function cannot have a default implementation!
|
|
--> tests/ui/no_default_implementation.rs:20:13
|
|
|
|
|
20 | fn test() {
|
|
| ___________________^
|
|
21 | | println!("Hey, I'm a default implementation!");
|
|
22 | | }
|
|
| |_________^
|