rust/tests/target/issue-3184.rs

6 lines
44 B
Rust
Raw Normal View History

/*/
struct Error{
message: String,
}
*/