You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2018. It is now read-only.
rustc 1.16.0-nightly (5d994d8b7 2017-01-05)
warning: enum is never used: `Foo`, #[warn(dead_code)] on by default
�(B�[m--> <anon>:1:1�(B�[m
�(B�[m|
1 �(B�[m| enum Foo {}�(B�[m
�(B�[m| ^^^^^^^^^^^
warning: function is never used: `foo`, #[warn(dead_code)] on by default
�(B�[m--> <anon>:3:1�(B�[m
�(B�[m|
3 �(B�[m| �(B�[mfn foo(x: Foo) {�(B�[m
�(B�[m| �(B�[m_^ �(B�[mstarting here...
4 �(B�[m| | �(B�[m match x {}�(B�[m
5 �(B�[m| | �(B�[m}�(B�[m
�(B�[m| |_^ �(B�[m...ending here
Program ended.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
The text was updated successfully, but these errors were encountered: