This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
4a803d26ea
rust
/
tests
/
ui
/
lint
/
dead-code
History
Download ZIP
Download TAR.GZ
Mu001999
6eb6010368
Add test for issue 127911 and 128839
2025-05-29 20:51:51 +08:00
..
auxiliary
Cleaned up 4 tests in
tests/ui/issues
2025-04-19 01:10:26 -06:00
alias-in-pat.rs
alias-type-used-as-generic-arg-in-impl.rs
Add test for issue 127911 and 128839
2025-05-29 20:51:51 +08:00
allow-or-expect-dead_code-114557-2.rs
tests: fix some typos in comment
2025-03-07 10:50:31 +08:00
allow-or-expect-dead_code-114557-2.stderr
allow-or-expect-dead_code-114557-3.rs
tests: fix some typos in comment
2025-03-07 10:50:31 +08:00
allow-or-expect-dead_code-114557-3.stderr
allow-or-expect-dead_code-114557.rs
tests: fix some typos in comment
2025-03-07 10:50:31 +08:00
associated-type.rs
basic.rs
basic.stderr
closure-bang.rs
closure-bang.stderr
const-and-self.rs
const-and-self.stderr
empty-unused-enum.rs
empty-unused-enum.stderr
empty-unused-public-enum.rs
enum-variants.rs
impl-trait.rs
impl-trait.stderr
in-closure.rs
in-closure.stderr
issue-41883.rs
issue-41883.stderr
Refactor the two-phase check for impls and impl items
2025-05-27 22:03:21 +08:00
issue-59003.rs
issue-68408-false-positive.rs
issue-85071-2.rs
issue-85071-2.stderr
issue-85071.rs
issue-85071.stderr
issue-85255.rs
issue-85255.stderr
leading-underscore.rs
lint-dead-code-1.rs
Add regression test showing we don't realize some consts are used
2025-01-29 15:45:13 +00:00
lint-dead-code-1.stderr
Add regression test showing we don't realize some consts are used
2025-01-29 15:45:13 +00:00
lint-dead-code-2.rs
remove support for the #[start] attribute
2025-01-21 06:59:15 -07:00
lint-dead-code-2.stderr
remove support for the #[start] attribute
2025-01-21 06:59:15 -07:00
lint-dead-code-3.rs
lint-dead-code-3.stderr
lint-dead-code-4.rs
lint-dead-code-4.stderr
lint-dead-code-5.rs
lint-dead-code-5.stderr
lint-dead-code-6.rs
lint-dead-code-6.stderr
multiple-dead-codes-in-the-same-struct.rs
multiple-dead-codes-in-the-same-struct.stderr
Refactor the two-phase check for impls and impl items
2025-05-27 22:03:21 +08:00
newline-span.rs
newline-span.stderr
no-dead-code-for-static-trait-impl.rs
Cleaned up 4 tests in
tests/ui/issues
2025-04-19 01:10:26 -06:00
no-dead-code-reexported-types-across-crates.rs
Cleaned up 4 tests in
tests/ui/issues
2025-04-19 01:10:26 -06:00
offset-of-correct-param-env.rs
offset-of.rs
offset-of.stderr
pub-field-in-priv-mod.rs
pub-field-in-priv-mod.stderr
self-assign.rs
tests: convert
tests/ui/lint/dead-code/self-assign.rs
to known-bug
2025-04-13 17:33:55 +08:00
trait-impl.rs
trait-only-used-as-type-bound.rs
Add test for issue 127911 and 128839
2025-05-29 20:51:51 +08:00
tuple-struct-field.rs
tuple-struct-field.stderr
Show diff suggestion format on verbose replacement
2025-02-10 20:21:39 +00:00
type-alias.rs
type-alias.stderr
type-in-foreign.rs
type-in-transparent.rs
unused-adt-impl-pub-trait-with-assoc-const.rs
unused-adt-impl-pub-trait-with-assoc-const.stderr
unused-adt-impls-pub-trait.rs
unused-adt-impls-pub-trait.stderr
unused-adt-impls-trait.rs
unused-adt-impls-trait.stderr
unused-assoc-fns.rs
unused-assoc-fns.stderr
unused-enum.rs
unused-enum.stderr
unused-struct-derive-default.rs
unused-struct-derive-default.stderr
unused-struct-variant.rs
unused-struct-variant.stderr
unused-variant-pub.rs
unused-variant.rs
unused-variant.stderr
with-core-crate.rs
with-core-crate.stderr
with-impl.rs