• thejevans@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    9 months ago

    I know it’s not nearly as nested as this, but nesting in Rust annoys the hell out of me.

    impl {
        fn {
            for {
                match {
                    case => {
                    }
                }
            }
        }
    }
    

    is something I’ve run into a few times