Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libstd should be able to use proc macros #507

Open
todo bot opened this issue Oct 10, 2019 · 0 comments
Open

libstd should be able to use proc macros #507

todo bot opened this issue Oct 10, 2019 · 0 comments
Assignees
Labels
project-std Related to the libstd port status-upstream Blocked by an upstream bug todo 🗒️ Created by the todo bot type-bug Something isn't working

Comments

@todo
Copy link

todo bot commented Oct 10, 2019

Because libstd fails when using proc macro, we had to move swipc-gen to a build.rs script, just like in the good ol' days. Thx I hate it.
We should figure out why proc macros fail when cross-compiling libstd with xargo and fix it.


// TODO: libstd should be able to use proc macros
// BODY: Because libstd fails when using proc macro, we had to move swipc-gen to a build.rs script, just like in the good ol' days. Thx I hate it.
// BODY:
// BODY: We should figure out why proc macros fail when cross-compiling libstd with xargo and fix it.
use std::env;
use std::fs::{self, File};
use std::io::Write as _;
use std::fmt::Write as _;
use std::path::{Path, PathBuf};


This issue was generated by todo based on a TODO comment in 7b7bbcc when #492 was merged. cc @Thog.
@todo todo bot added the todo 🗒️ Created by the todo bot label Oct 10, 2019
@todo todo bot assigned marysaka Oct 10, 2019
@roblabla roblabla added status-upstream Blocked by an upstream bug type-bug Something isn't working project-std Related to the libstd port labels Oct 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project-std Related to the libstd port status-upstream Blocked by an upstream bug todo 🗒️ Created by the todo bot type-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants