fn parse_use_tree( input: ParseStream<'_>, allow_crate_root_in_path: bool, ) -> Result<Option<UseTree>>