rmeta • Lines: 6604rust
�< #rustc 1.92.0 (ded5c06cf 2025-12-08)��� ⷄ�ۆ��p�� -225863f279df55c4� �١� �T�6a��D�
-5080178c80bf7a93� �uӰ]����d��!� -06039bcfba61f665� �**�٭T��HО�9� -3e2e950d4bac10b5�� �t�#3Ҵη��Ǣ -d25e598578fbf080� rustc_std_workspace_core������Nm��gmY��� -327ea4f353b4eb8c� ��y.:i���gy"1�r -94fdfaf0af91a65d� miniz_oxide�M�^�yTLm�L�d=B -5312b588e5cfab93� adler2��;~�7�ɴ,P?��� -1e0b0d62df36c85c� hashbrown�L�ϫ 2݆y��q -2ed6a8f06fc51a9d� rustc_std_workspace_alloc�a���p��H����6Z� -05b02707a5b2a256�
std_detect� c�LN����=1�ʶӐ -5978f0713dd5442d� rustc_demangle�X�Fq��UՃ�>7z
�� -43b2ff22c18e1125� cfg_if�֦<����ɐ¬� -6a40188dd7d989d2� addr2line���,2�!xb�"6�!� -11d54e777384a9e5� gimli��2��I.�ġ����� -35018e994bad7042� object��T �f��Y�
hQec -2dc10b344e05b569� memchr��xZT9�C��I�Mg� -09f2ab7e0d97e07a��~ݤ ����h��� -932f22f820d1e5ec� �$�� �$�� � quick_error� ResultExt� � E� context� X� � � � � {
� � � � � � � 8 88�_ { � � v;��Uͫ �� ���� ��� ��� �� ������ ��q �aX ��
��
���_ (��
�
�_ (��
�
! - � (��
�_ ' � p 9 ��
�� f ���� ��� ��� �� ������ ��q �aX ÅÅą� �:���� � �
� �^�^ � �^��[ �^ buf��[ ����e�S� 6 � � �
� � � �
� � � q � � ��
��� �� ��
��
� �
{ � � v;��Uͫ��
� �ل %� U� 3 9 � �� F
�� � �
-�� �� � l�
��
U��
����
��
�� � � -��
�� ��
ō ���e ��� �W��
� ��
����m u�� ��� � ��
����/ ���� ��� ��� �� ������ ��q �aX�� ı� �
$�� � �� � � -�� � N �
�� �� � I x�M 6 �X � �
��
� � > � � � T �
� � x � �� � � � ���
�
�
! - �
8 �
? �
F M [
�
�
y � �
� �
� �
� � � �\�A � �� �), ) A macro which makes errors easy to write� V � �Z Minimum type is like this:� y � \} ```rust� ��* ' #[macro_use] extern crate quick_error;� �� # fn main() {}� � � �� quick_error! {� �� #[derive(Debug)]� �� pub enum SomeError {� �� Variant1 {}� L� }� ,� }� <� ```� ��N K Both ``pub`` and non-public types may be declared, and all meta attributes� ��K H (such as ``#[derive(Debug)]``) are forwarded as is. The `Debug` must be� ��M J implemented (but you may do that yourself if you like). The documentation� ��M J comments ``/// something`` (as well as other meta attrbiutes) on variants� ��
are allowed.� � � �� # Allowed Syntax� � � ��; 8 You may add arbitrary parameters to any struct variant:� � � \� � ��, ) # #[macro_use] extern crate quick_error;� �� � ,� #� �� � �� � �� � Ą /// IO Error� ��&