Skip to content

Conversation

matklad
Copy link
Contributor

@matklad matklad commented Aug 28, 2021

I wanted to quickly remove smol_str = {features = "serde"}, and figured out that the simplest way to do that is to replace our straightforward proc macro serialization with something significantly more obscure.

@matklad
Copy link
Contributor Author

matklad commented Aug 28, 2021

bors r+

bors bot added a commit that referenced this pull request Aug 28, 2021
10066: internal: improve compile times a bit r=matklad a=matklad

I wanted to *quickly* remove `smol_str = {features = "serde"}`, and figured out that the simplest way to do that is to replace our straightforward proc macro serialization with something significantly more obscure. 

Co-authored-by: Aleksey Kladov <[email protected]>
@bors
Copy link
Contributor

bors bot commented Aug 28, 2021

Build failed:

@matklad
Copy link
Contributor Author

matklad commented Aug 28, 2021

bors r+

bors bot added a commit that referenced this pull request Aug 28, 2021
10066: internal: improve compile times a bit r=matklad a=matklad

I wanted to *quickly* remove `smol_str = {features = "serde"}`, and figured out that the simplest way to do that is to replace our straightforward proc macro serialization with something significantly more obscure. 

Co-authored-by: Aleksey Kladov <[email protected]>
@bors
Copy link
Contributor

bors bot commented Aug 28, 2021

Build failed:

@matklad
Copy link
Contributor Author

matklad commented Aug 28, 2021

bors r+

@bors
Copy link
Contributor

bors bot commented Aug 28, 2021

@bors bors bot merged commit 10e9408 into rust-lang:master Aug 28, 2021
macro_name: Default::default(),
attributes: None,
lib: AbsPathBuf::assert(std::env::current_dir().unwrap()),
env: Default::default(),
};

let json = serde_json::to_string(&task).unwrap();
println!("{}", json);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra println!?

@matklad matklad deleted the flat branch August 29, 2021 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants