We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e138d7 commit c55200dCopy full SHA for c55200d
tests/ui/enum_assoc.stderr
@@ -3,15 +3,3 @@ error: unsupported self type; C++ does not allow member functions on enums
3
|
4
7 | #[Self = "Enum"]
5
| ^^^^^^
6
-
7
-error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ffi`
8
- --> tests/ui/enum_assoc.rs:12:6
9
- |
10
-12 | impl ffi::Enum {
11
- | ^^^ use of unresolved module or unlinked crate `ffi`
12
13
- = help: if you wanted to use a crate named `ffi`, use `cargo add ffi` to add it to your `Cargo.toml`
14
-help: consider importing this module
15
16
- 1 + use cxx_test_suite::ffi;
17
0 commit comments