Closed
Description
see rust-lang/rust#41957 (comment) for an example
RFC 1623 allows writing const FOO: &str = "bar"
instead of const FOO: &'static str = "bar"
see rust-lang/rust#41957 (comment) for an example
RFC 1623 allows writing const FOO: &str = "bar"
instead of const FOO: &'static str = "bar"