Closed
Description
Original:
pub struct Foo;
impl Foo {
pub async fn good(self, first: usize, second: usize) {}
pub async fn bad(mut self, mut first: usize, mut second: usize) {}
}
Rendered:
This example was tested on Rust 1.46.0, but it has been broken for quite a while. For example, see Server::serve()
in tower-lsp
version 0.7.0 (built with Rust 1.43.0-nightly, see docs.rs build info).
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done