This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f279afb455
rust
/
tests
/
ui
/
async-await
/
in-trait
History
Michael Goulet
4d05da46e7
Don't emit refining_impl_trait for private items
2023-09-07 01:31:32 +00:00
..
async-associated-types.rs
async-default-fn-overridden.rs
async-example-desugared-boxed-in-trait.rs
async-example-desugared-boxed-in-trait.stderr
async-example-desugared-boxed.rs
async-example-desugared-boxed.stderr
async-example-desugared-extra.rs
Don't emit refining_impl_trait for private items
2023-09-07 01:31:32 +00:00
async-example-desugared-in-trait.rs
async-example-desugared-manual.rs
async-example-desugared-manual.stderr
async-example-desugared.rs
Implement refinement lint for RPITIT
2023-09-07 00:49:09 +00:00
async-example.rs
async-generics-and-bounds.rs
async-generics-and-bounds.stderr
async-generics.rs
async-generics.stderr
async-lifetimes-and-bounds.rs
async-lifetimes.rs
async-recursive-generic.rs
async-recursive-generic.stderr
async-recursive.rs
async-recursive.stderr
bad-signatures.rs
bad-signatures.stderr
dont-project-to-specializable-projection.rs
dont-project-to-specializable-projection.stderr
early-bound-1.rs
early-bound-2.rs
fn-not-async-err2.rs
fn-not-async-err2.stderr
fn-not-async-err.rs
fn-not-async-err.stderr
generics-mismatch.rs
generics-mismatch.stderr
implied-bounds.rs
issue-102138.rs
issue-102219.rs
issue-102310.rs
issue-104678.rs
lifetime-mismatch.rs
lifetime-mismatch.stderr
missing-feature-flag.rs
missing-feature-flag.stderr
missing-send-bound.rs
missing-send-bound.stderr
Revert "Suggest using
Arc
on
!Send
/
!Sync
types"
2023-08-28 03:16:48 -07:00
nested-rpit.rs
normalize-opaque-with-bound-vars.rs
object-safety.rs
object-safety.stderr
return-not-existing-pair.rs
return-not-existing-pair.stderr
return-not-existing-type-wrapping-rpitit.rs
return-not-existing-type-wrapping-rpitit.stderr
return-type-suggestion.rs
Bugfix: 'can_have_side_effects()' would return 'false' for struct/enum/array/tuple literals unless *all* sub-expressions had side effects. This would easily allow side effects to slip through, and also wrongly label empty literals as having side effects. Add some tests for the last point
2023-08-10 02:26:11 +02:00
return-type-suggestion.stderr
Bugfix: 'can_have_side_effects()' would return 'false' for struct/enum/array/tuple literals unless *all* sub-expressions had side effects. This would easily allow side effects to slip through, and also wrongly label empty literals as having side effects. Add some tests for the last point
2023-08-10 02:26:11 +02:00