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 bc8af49 commit b987f40Copy full SHA for b987f40
tests/ui/traits/virtual-call-parameter-handling.rs
@@ -1,5 +1,7 @@
1
-//! Regression test for https://github.com/rust-lang/rust/issues/137646.
2
-//! The parameter value at all calls to `check` should be `(1, 1, 1)`.
+//! This test checks the correct parameter handling during virtual method calls
+//! through a `dyn Trait` object.
3
+//!
4
+//! Regression test for: <https://github.com/rust-lang/rust/issues/137646>
5
6
//@ run-pass
7
0 commit comments