hello i just found a typo with this code
fn test<T: T>(value: T) {}
error[E0404]: expected trait, found type parameter `T`
--> src\main.rs:5:12
|
5 | fn test<T: T>(value: T) {
| - ^ not a trait
| |
| found this type pararmeter
For more information about this error, try `rustc --explain E0404`.
error: could not compile `testingproject` due to previous error