blob: fc718dae8e51184edddf1ee22a4d92b087a734c8 [file]
error: expected type, found doc comment `/// Docstring`
--> $DIR/doc-comment-in-generic-tuple-type.rs:4:9
|
LL | struct Foo {
| --- while parsing this struct
LL | a: Vec<(
LL | /// Docstring
| ^^^^^^^^^^^^^ expected type
error: aborting due to 1 previous error