Skip to content

Add %p modifier to fmt! #8011

Closed
Closed
@jdm

Description

@jdm

I grow tired of printing out unsafe pointer values with fmt!("0x%x", somePointer as uint). It would be nice to use fmt!("%p", somePointer) instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-syntaxextArea: Syntax extensionsE-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