Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix group update #654

Closed
wants to merge 4 commits into from

Merge branch 'main' into st/fix-group-update

8c61799
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Fix group update #654

Merge branch 'main' into st/fix-group-update
8c61799
Select commit
Loading
Failed to load commit list.
GitHub Actions / workspace failed Apr 13, 2024 in 1s

workspace

2 errors

Details

Results

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

Versions

  • rustc 1.77.2 (25ef9e3d8 2024-04-09)
  • cargo 1.77.2 (e52e36006 2024-03-26)
  • clippy 0.1.77 (25ef9e3 2024-04-09)

Annotations

Check failure on line 248 in xmtp_mls/src/groups/group_permissions.rs

See this annotation in the file changed.

@github-actions github-actions / workspace

cannot find function `default_remove_installation_policy` in this scope

error[E0425]: cannot find function `default_remove_installation_policy` in this scope
   --> xmtp_mls/src/groups/group_permissions.rs:248:41
    |
248 |             remove_installation_policy: default_remove_installation_policy(),
    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

Check failure on line 247 in xmtp_mls/src/groups/group_permissions.rs

See this annotation in the file changed.

@github-actions github-actions / workspace

cannot find function `default_add_installation_policy` in this scope

error[E0425]: cannot find function `default_add_installation_policy` in this scope
   --> xmtp_mls/src/groups/group_permissions.rs:247:38
    |
247 |             add_installation_policy: default_add_installation_policy(),
    |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope