summaryrefslogtreecommitdiffstats
path: root/tests/ui/transmutability/issue-101739-1.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/transmutability/issue-101739-1.rs')
-rw-r--r--tests/ui/transmutability/issue-101739-1.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/transmutability/issue-101739-1.rs b/tests/ui/transmutability/issue-101739-1.rs
index bcb8b158e..2b9666091 100644
--- a/tests/ui/transmutability/issue-101739-1.rs
+++ b/tests/ui/transmutability/issue-101739-1.rs
@@ -6,7 +6,7 @@ mod assert {
pub fn is_transmutable<Src, Context, const ASSUME_ALIGNMENT: bool>()
where
Dst: BikeshedIntrinsicFrom<Src, Context, ASSUME_ALIGNMENT>, //~ ERROR cannot find type `Dst` in this scope
- //~^ ERROR mismatched types
+ //~^ the constant `ASSUME_ALIGNMENT` is not of type `Assume`
{
}
}