forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
test(chore): audit //@ run-pass in ui tests WIP
#1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Embers-of-the-Fire
merged 98 commits into
Embers-of-the-Fire:chore/clean-test-run-pass
from
Ayuse:chore/clean-test-run-pass
May 9, 2026
Merged
Changes from 12 commits
Commits
Show all changes
98 commits
Select commit
Hold shift + click to select a range
26c8b64
test: audit auto-traits test
Ayuse a3d9902
test: audit where-clauses test
Ayuse 1d548c1
test: audit let-else test
Ayuse b11135c
test: audit sized tests
Ayuse 18ecd19
test: audit generics tests
Ayuse f710333
test: audit moves test
Ayuse 4bca9fa
test: audit specialization test
Ayuse cc59c27
test: audit non_modrs_mods test
Ayuse fd5122e
test: audit dropck test
Ayuse 5f429df
test: audit bench test
Ayuse d45cb22
test: audit explicit-tail-calls test
Ayuse 1c2aca9
test: audit regions test
Ayuse 646c411
test(dropck): revert cleanup arm-conditional to run-pass
Ayuse f191c6b
test: audit lint tests
Ayuse 6dc402f
test: audit asm test
Ayuse 98da4c5
test: audit associated-types tests
Ayuse 6000031
test: audit box test
Ayuse fdbd3ef
test: audit coroutine tests
Ayuse 312c24e
test: audit methods test
Ayuse 63c4fdb
test: audit or-patterns test
Ayuse 8520142
test: audit privacy test
Ayuse ccad0af
test: audit reachable tests
Ayuse d6befd7
test: audit resolve tests
Ayuse c6afec7
test: audit array-slice-vec tests
Ayuse df47aed
test: audit associated-types tests
Ayuse fbceb56
test: audit async-await tests
Ayuse 3b099ff
test: audit binding tests
Ayuse 484843a
test: audit const-generics tests
Ayuse 49bd80d
test: audit cast tests
Ayuse 199f807
test: audit box tests
Ayuse 06a625a
test: audit builtin-superkinds test
Ayuse 6e8bacb
test: audit imports tests
Ayuse 1516323
test: audit hygiene test
Ayuse 5096b1e
test: audit expr tests
Ayuse c1f8e97
test: audit enum test
Ayuse 2253fef
test: audit dst tests
Ayuse d87225f
test: audit regions tests
Ayuse 450bcae
test: audit reachable test
Ayuse d0d47b5
test: audit explicit-tail-calls test
Ayuse f19b421
test: audit asm test
Ayuse a5192da
test: audit methods test
Ayuse c56df80
test: audit box test
Ayuse cc994bb
test: audit statics test
Ayuse 0dd079e
test: audit privacy test
Ayuse 67ba380
test: audit type-inference test
Ayuse 2bcc97b
test: audit coroutine tests
Ayuse d700901
test: audit resolve tests
Ayuse a596a26
test: audit overloaded test
Ayuse 67d26c0
test: audit trivial-bounds test
Ayuse 4dd5006
test: audit traits tests
Ayuse 6861f59
test: audit traits tests
Ayuse e220127
test: audit recursion test
Ayuse 0f04874
test: audit ptr_ops test
Ayuse e54eeb5
test: audit lexer test
Ayuse 103b933
test: audit match tests
Ayuse b033260
test: audit windows-subsystem tests
Ayuse 068fd2c
test: audit liveness test
Ayuse 827cbdf
test: audit const-generics test
Ayuse e806a94
test: audit ergonomic-clones test
Ayuse d7de6d6
test: audit rfcs tests
Ayuse b116795
test: audit simd tests
Ayuse 0c301bf
test: audit label test
Ayuse 1fedd06
test: audit block-result test
Ayuse fc088f0
test: audit async-await tests
Ayuse 61ffc83
test: audit expr tests
Ayuse 0b2eebe
test: audit impl-header-lifetime-elision test
Ayuse 0590aa6
test: audit return tests
Ayuse f61f200
test: audit imports tests
Ayuse 866d83d
test: audit parser tests
Ayuse 6976223
test: audit parser tests
Ayuse 6a73b0e
test: audit packed test
Ayuse c553b09
test: audit binding tests
Ayuse ec949db
test: audit codegen test
Ayuse ee58acc
test: audit tool-attributes tests
Ayuse 3438c90
test: audit lifetimes tests
Ayuse 3bcdd9f
test: audit rustc-env test
Ayuse 2df0990
test: audit abi test
Ayuse 083070c
test: audit coherence tests
Ayuse 4de1978
test: audit borrowck tests
Ayuse 4ea25f2
test: audit binop tests
Ayuse ac9dcd4
test: audit autoref-autoderef tests
Ayuse ddb9a71
test: audit delegation tests
Ayuse eb17281
test: audit enum-discriminant test
Ayuse f9a23c6
test: audit nll tests
Ayuse cda95f8
test: audit associated-consts tests
Ayuse e27528d
test: audit coercion tests
Ayuse 4571d0f
test: audit statics tests
Ayuse 8e7716e
test: audit extern tests
Ayuse 611db94
test: audit modules tests
Ayuse d7ada9f
test: audit deriving tests
Ayuse c05313e
test: audit borrowck tests
Ayuse 3114c62
test: audit functions-closures tests
Ayuse 53ebedc
test: audit closures tests
Ayuse b2d92fb
test: audit rfcs, mir, macros tests
Ayuse cc47162
test: audit assorted small directories
Ayuse b8ff2c6
test: audit singleton tests across directories
Ayuse 20ebe31
test: audit issues tests
Ayuse 67587af
test: audit consts tests
Ayuse File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
|
|
||
| #![allow(path_statements)] | ||
| #![allow(dead_code)] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| #![allow(unused_doc_comments)] | ||
| #![feature(auto_traits)] | ||
| #![feature(negative_impls)] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
|
|
||
|
|
||
| fn main() { | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
|
|
||
| #![allow(dead_code, unused_variables, unused_assignments)] | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| use std::sync::Arc; | ||
|
|
||
| pub struct DescriptorSet<'a> { | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
tests/ui/explicit-tail-calls/callee_is_track_caller_polymorphic.rs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| //@ ignore-pass | ||
| //@ ignore-backends: gcc | ||
| #![expect(incomplete_features)] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/ui/generics/generic-associated-type-deref-target-56237.rs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| // https://github.com/rust-lang/rust/issues/56237 | ||
| //@ run-pass | ||
| //@ check-pass | ||
|
|
||
| use std::ops::Deref; | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
|
|
||
|
|
||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| #![allow(non_camel_case_types)] | ||
| enum wrapper<T> { wrapped(#[allow(dead_code)] T), } | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
|
|
||
| struct S<T>(#[allow(dead_code)] T); | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| #![allow(non_camel_case_types)] | ||
|
|
||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| #![allow(non_camel_case_types)] | ||
|
|
||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| #![allow(unused_assignments)] | ||
| #![allow(non_camel_case_types)] | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| #![allow(dead_code)] | ||
|
|
||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
|
|
||
| #![allow(dead_code)] | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| //@ compile-flags: -C opt-level=3 -Zvalidate-mir | ||
|
|
||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| // Issue #922 | ||
|
|
||
| fn f2<F>(_thing: F) where F: FnOnce() { } | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ build-pass | ||
| // | ||
| pub mod modrs_mod; | ||
| pub mod foors_mod; | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| #![allow(dead_code)] | ||
|
|
||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| #![allow(dead_code)] | ||
|
|
||
| trait Foo { | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| #![allow(dead_code)] | ||
| #![allow(unused_variables)] | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| #![allow(dead_code)] | ||
| #![allow(non_camel_case_types)] | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| #![allow(dead_code)] | ||
| #![allow(non_camel_case_types)] | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| #![allow(dead_code)] | ||
| #![allow(unused_variables)] | ||
| #![allow(non_camel_case_types)] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| // Test lifetimes are linked properly when we autoslice a vector. | ||
| // Issue #3148. | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| // Test lifetimes are linked properly when we autoslice a vector. | ||
| // Issue #3148. | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| // Test lifetimes are linked properly when we take reference | ||
| // to interior. | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| #![allow(dead_code)] | ||
| // Issue #2263. | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| #![allow(dead_code)] | ||
| #![allow(unused_assignments)] | ||
| // Issue #2263. | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
|
|
||
| use std::marker; | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| #![allow(dead_code)] | ||
| #![allow(non_camel_case_types)] | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/ui/regions/regions-variance-contravariant-use-contravariant.rs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
|
|
||
| #![allow(dead_code)] | ||
| #![allow(unused_variables)] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| struct Node<C: CollectionFactory<Self>> { | ||
| _children: C::Collection, | ||
| } | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| //@ run-pass | ||
| //@ check-pass | ||
| #![allow(non_upper_case_globals)] | ||
|
|
||
|
|
||
|
|
||
2 changes: 1 addition & 1 deletion
2
tests/ui/where-clauses/where-clause-method-substituion-rpass.rs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.