But `println!("hello world")` works. What am I missing?

--
Ziad


On Wed, Apr 2, 2014 at 1:58 PM, Brian Anderson <bander...@mozilla.com>wrote:

> I've been worried about this decision too.
>
>
> On 04/02/2014 10:34 AM, Steve Klabnik wrote:
>
>> I compiled from source just yesterday, but everything's been going
>> swimmingly!
>>
>> I just have one comment on 0.10: It seems like println was removed
>> from the prelude. While I can totally appreciate that most people will
>> use println!, which is automatically use-able, it _is_ making my
>> 'hello world' examples significantly more complex, since basically
>> every one of them needs to either import println or use println!("{}",
>> foo);
>>
>> I'm not sure if this is a good or bad thing, just wanted to raise that
>> as a possible issue.
>> _______________________________________________
>> Rust-dev mailing list
>> Rust-dev@mozilla.org
>> https://mail.mozilla.org/listinfo/rust-dev
>>
>>
> _______________________________________________
> Rust-dev mailing list
> Rust-dev@mozilla.org
> https://mail.mozilla.org/listinfo/rust-dev
>
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to