Does the new `impl const Trait` works?
The Rust Programming Language Forum
Does the new `impl const Trait` works?
I ran cargo run command and got: error: expected a trait, found type --> src/main.rs:10:6 | 10 | impl const Multiplier for Math { | ^^^^^^^^^^^^^^^^ error: could not compile rusty (bin "rusty") due to 1 previous error
0 comments
No comments yet.