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 d7f5bb9 commit feb0dc1Copy full SHA for feb0dc1
tests/ui/by_value_not_supported.stderr
@@ -1,4 +1,4 @@
1
-error: using C++ type by value is not supported
+error: using non-trivial C++ type by value is not supported
2
--> $DIR/by_value_not_supported.rs:4:9
3
|
4
4 | c: C,
@@ -16,13 +16,13 @@ error: using C++ string by value is not supported
16
6 | s: CxxString,
17
| ^^^^^^^^^^^^
18
19
-error: passing C++ type by value is not supported
+error: passing non-trivial C++ type by value is not supported
20
--> $DIR/by_value_not_supported.rs:16:14
21
22
16 | fn f(c: C) -> C;
23
| ^^^^
24
25
-error: returning C++ type by value is not supported
+error: returning non-trivial C++ type by value is not supported
26
--> $DIR/by_value_not_supported.rs:16:23
27
28
0 commit comments