mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
afdd148c03
Use check-pass in single-use-lifetime ui tests Rationale: the `single_use_lifetimes` lint is used during late name resolution, which is within the scope of `check-pass` and does not require codegen or linking. Helps remove some FIXMES associated with #62277. Additionally tidies touched test files.
This directory contains the source code of the rust project, including:
- The test suite
- The bootstrapping build system
- Various submodules for tools, like rustdoc, rls, etc.
For more information on how various parts of the compiler work, see the rustc dev guide.