diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index e4e701787c..eefa26a030 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -2246,12 +2246,15 @@
+
+
+
The compiler doesn't generate defaulted move ctor/assgin thus
- perform copy construction/assginment. The `inline` versions
- don't provide move ctor/assign to preserve standard layout
- constraint. Since that is not documented behaviour, it might
- be changed in future release.
+ perform copy construction/assginment. Even though such case,
+ the `inline` versions don't force generating move ctor/assign
+ to preserve trivial requirements. Since that is not documented
+ behaviour, it might be changed in future release.