remove comments

This commit is contained in:
Aditya-PS-05
2025-11-21 10:59:14 +05:30
parent 80ffe297a3
commit ff107a2ac3
@@ -554,13 +554,11 @@ fn do_something(&self) -> impl Future<Output = usize> {
}
#[test]
// #[should_panic(expected = "Unexpected type mismatches")]
fn regression_19957() {
// This test documents issue #19957: async-trait patterns incorrectly produce
// type mismatches between Pin<Box<dyn Future>> and Pin<Box<impl Future>>.
//
// The test currently FAILS (as expected) because the bug is not yet fixed.
// When the bug is fixed, remove the #[should_panic] attribute.
check_no_mismatches(
r#"
//- minicore: future, pin, result, error, send, coerce_unsized, dispatch_from_dyn