Note This question contains syntax that predates Rust 1.0. The code is invalid, but the concepts are still relevant.
How do
This is a stable alternative for Rust 1.0 and every subsequent version:
const BROWSERS: &'static [&'static str] = &["firefox", "chrome"];