Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
resolve
/
tool-import.rs
blob: 951505b92a0bfa01feb2a8bec1316301bdc60b43 [
file
] [
log
] [
blame
]
//@ edition: 2018
use
clippy
::
time
::
Instant
;
//~^ ERROR `clippy` is a tool module
fn
main
()
{
Instant
::
now
();
}