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 d4fad2b commit b41e73aCopy full SHA for b41e73a
crates/ide_assists/src/tests/generated.rs
@@ -141,25 +141,6 @@ fn main() {
141
)
142
}
143
144
-#[test]
145
-fn doctest_add_type_ascription() {
146
- check_doc_test(
147
- "add_type_ascription",
148
- r#####"
149
-fn make<T>() -> T { todo!() }
150
-fn main() {
151
- let x = make$0();
152
-}
153
-"#####,
154
155
156
157
- let x: ${0:_} = make();
158
159
160
- )
161
162
-
163
#[test]
164
fn doctest_apply_demorgan() {
165
check_doc_test(
0 commit comments