Skip to content

Instantly share code, notes, and snippets.

@adam-singer
Last active February 13, 2024 22:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adam-singer/219603d86abba8f66cbf10f6e9b6e97a to your computer and use it in GitHub Desktop.
Save adam-singer/219603d86abba8f66cbf10f6e9b6e97a to your computer and use it in GitHub Desktop.
error[E0379]: functions in traits cannot be declared const
--> nativelink-util/src/health_utils.rs:115:5
|
115 | const fn struct_name(&self) -> &'static str {
| ^^^^^ functions in traits cannot be const
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment