mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 12:19:36 +00:00
Rename test prefix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// run-pass
|
||||
|
||||
/// Test for https://github.com/rust-lang/rust-clippy/issues/2826
|
||||
/// Test for https://github.com/rust-lang/rust-clippy/issues/2862
|
||||
|
||||
pub trait FooMap {
|
||||
fn map<B, F: Fn() -> B>(&self, f: F) -> B;
|
||||
Reference in New Issue
Block a user