Robin Stocker

Results 123 comments of Robin Stocker

Alright, I've created a minimal repo to reproduce here: https://github.com/robinst/test-doc-comment Can you clone and run `cargo test` and see if it succeeds or fails? My Rust version is 1.47.0 if...

Doesn't help: https://github.com/robinst/test-doc-comment/commit/8ac8c8feb96c7c2567a351f8214aa0bc55552177 Note, adding this to `tests/readme.rs` doesn't make it fail either: ``` /// ``` /// assert_eq!("foo", "bar"); /// ``` fn foo() {} ``` So I think the problem...

Done: https://github.com/rust-lang/rust/issues/79587 But also, I think the docs for this crate (doc-comment) should mention it as well.