I'm quoting [this](https://doc.rust-lang.org/reference/const_eval.html) page: `Constant evaluation is the process of computing the result of expressions during compilation.` Q) How does it look like? Please demonstrate `Only a subset of all expressions can be evaluated at compile-time.` Q) Which expressions in particular?