Skip to content

#fmt does not print out "%" #1568

Closed
Closed
@erickt

Description

@erickt

fmt doesn't like printing out percent signs:

use std;
import std::io;

fn main() {
  io::println(#fmt("(%%)"));
}

Prints out () instead of (%).

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-frontendArea: Compiler frontend (errors, parsing and HIR)E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions