Skip to content

Commit

Permalink
Add a TODO in libuser build script about libstd
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Guillemard committed Oct 10, 2019
1 parent 500d68a commit 7b7bbcc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libuser/build.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
//! Build script in charge of handling swipc-gen job
// 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 _;
Expand Down

0 comments on commit 7b7bbcc

Please sign in to comment.