blob: 9b8a5d1ae4f20f46e5bc82a2423ff834cbea9812 [file] [log] [blame]
error[E0107]: wrong number of generic arguments: expected 1, found 2
--> $DIR/invalid-constant-in-args.rs:4:23
|
LL | let _: Cell<&str, "a"> = Cell::new("");
| ^^^ unexpected const argument
error: aborting due to previous error
For more information about this error, try `rustc --explain E0107`.