We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ddf29 commit d3a3e5aCopy full SHA for d3a3e5a
crates/ra_hir_ty/src/tests/traits.rs
@@ -850,6 +850,7 @@ fn test<T: ApplyL>(t: T) {
850
}
851
852
#[test]
853
+#[ignore]
854
fn impl_trait() {
855
assert_snapshot!(
856
infer(r#"
@@ -1021,6 +1022,7 @@ fn test() {
1021
1022
1023
1024
1025
1026
fn error_bound_chalk() {
1027
let t = type_at(
1028
r#"
0 commit comments