Skip to content

Create MLS identity #95

Create MLS identity

Create MLS identity #95

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / workspace failed Oct 24, 2023 in 0s

workspace

2 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 2
Warning 0
Note 0
Help 0

Versions

  • rustc 1.73.0 (cc66ad468 2023-10-03)
  • cargo 1.73.0 (9c4383fb5 2023-08-26)
  • clippy 0.1.73 (cc66ad4 2023-10-03)

Annotations

Check failure on line 21 in xmtp_mls/src/identity.rs

See this annotation in the file changed.

@github-actions github-actions / workspace

unresolved import `crate::proto_wrapper::ProtoWrapper`

error[E0432]: unresolved import `crate::proto_wrapper::ProtoWrapper`
  --> xmtp_mls/src/identity.rs:21:5
   |
21 |     proto_wrapper::ProtoWrapper,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ProtoWrapper` in `proto_wrapper`

Check failure on line 8 in xmtp_mls/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / workspace

file not found for module `proto_wrapper`

error[E0583]: file not found for module `proto_wrapper`
 --> xmtp_mls/src/lib.rs:8:1
  |
8 | mod proto_wrapper;
  | ^^^^^^^^^^^^^^^^^^
  |
  = help: to create the module `proto_wrapper`, create file "xmtp_mls/src/proto_wrapper.rs" or "xmtp_mls/src/proto_wrapper/mod.rs"