Skip to content

Commit b987f40

Browse files
committed
virtual-call-attrs-issue-137646
1 parent bc8af49 commit b987f40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/ui/traits/virtual-call-parameter-handling.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)`.
1+
//! This test checks the correct parameter handling during virtual method calls
2+
//! through a `dyn Trait` object.
3+
//!
4+
//! Regression test for: <https://github.com/rust-lang/rust/issues/137646>
35
46
//@ run-pass
57

0 commit comments

Comments
 (0)