Skip to content

Missing DLL when using regex! macro #13848

Closed
@Seldaek

Description

@Seldaek

If I import the regex! macro with this code:

#![feature(phase)]
#[phase(syntax)]
extern crate regex_macros;
extern crate regex;

Then the program fails to compile because of amissing DLL:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-syntaxextArea: Syntax extensions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions