--- source: parser/src/fstring.rs expression: parse_ast --- Located { location: Location { row: 0, column: 0, }, custom: (), node: FormattedValue { value: Located { location: Location { row: 1, column: 2, }, custom: (), node: Name { id: "foo", ctx: Load, }, }, conversion: None, format_spec: Some( Located { location: Location { row: 0, column: 0, }, custom: (), node: FormattedValue { value: Located { location: Location { row: 1, column: 2, }, custom: (), node: Name { id: "spec", ctx: Load, }, }, conversion: None, format_spec: None, }, }, ), }, }