]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-48508-aux.rs
Rollup merge of #91630 - GuillaumeGomez:missing-whitespace, r=notriddle
[rust.git] / src / test / ui / parser / issues / issue-48508-aux.rs
1 // run-pass
2 // ignore-test Not a test. Used by issue-48508.rs
3
4 pub fn other() -> f64 {
5     let µ = 1.0;
6     µ
7 }