]> git.lizzy.rs Git - rust.git/blob - src/librustc_error_codes/error_codes/E0379.md
Rollup merge of #62514 - stephaneyfx:box-ffi, r=nikomatsakis
[rust.git] / src / librustc_error_codes / error_codes / E0379.md
1 Trait methods cannot be declared `const` by design. For more information, see
2 [RFC 911].
3
4 [RFC 911]: https://github.com/rust-lang/rfcs/pull/911