3.3 constants, it not clear

0
open
dlintw
dlintw
Posted 3 months ago

3.3 constants, it not clear #1655

In this example, static LANGUAGE: &str = "Rust"; can change to const LANGUAGE: &str = "Rust";

There is no difference shows. If so, why not just simplified to always use const