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
How should I solve it? If you can help me, I will be very grateful
Here are the details:
Compiling seq_io v0.4.0-alpha.0 (https://github.com/markschl/seq_io#3d461a36)
error: unexpected token
--> .cargo/git/checkouts/seq_io-5c12caa4159d1858/3d461a3/src/core/record.rs:21:19
|
21 | concat!("use seq_io::", $module_path, "::{Reader, RecordSet};"),
| ^
|
::: /home/xl/.cargo/git/checkouts/seq_io-5c12caa4159d1858/3d461a3/src/fastx/record.rs:454:1
|
454 | impl_recordset!(RefRecord, QualRecordPosition, LineStore, "fastx", "fastq");
| --------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro impl_recordset (in Nightly builds, run with -Z macro-backtrace for more info)
error: unexpected token
--> /home/xl/.cargo/git/checkouts/seq_io-5c12caa4159d1858/3d461a3/src/core/record.rs:21:19
|
21 | concat!("use seq_io::", $module_path, "::{Reader, RecordSet};"),
| ^
|
::: /home/xl/.cargo/git/checkouts/seq_io-5c12caa4159d1858/3d461a3/src/fasta/record.rs:269:1
|
269 | impl_recordset!(RefRecord, SeqRecordPosition, LineStore, "fasta", "fasta");
| -------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro impl_recordset (in Nightly builds, run with -Z macro-backtrace for more info)
error: unexpected token
--> /home/xl/.cargo/git/checkouts/seq_io-5c12caa4159d1858/3d461a3/src/core/record.rs:21:19
|
21 | concat!("use seq_io::", $module_path, "::{Reader, RecordSet};"),
| ^
|
::: /home/xl/.cargo/git/checkouts/seq_io-5c12caa4159d1858/3d461a3/src/fastq/record.rs:361:1
|
361 | impl_recordset!(RefRecord, QualRecordPosition, RangeStore, "fastq", "fastq");
| ---------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro impl_recordset (in Nightly builds, run with -Z macro-backtrace for more info)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How should I solve it? If you can help me, I will be very grateful
Here are the details:
Compiling seq_io v0.4.0-alpha.0 (https://github.com/markschl/seq_io#3d461a36)
error: unexpected token
--> .cargo/git/checkouts/seq_io-5c12caa4159d1858/3d461a3/src/core/record.rs:21:19
|
21 | concat!("use seq_io::", $module_path, "::{Reader, RecordSet};"),
| ^
|
::: /home/xl/.cargo/git/checkouts/seq_io-5c12caa4159d1858/3d461a3/src/fastx/record.rs:454:1
|
454 | impl_recordset!(RefRecord, QualRecordPosition, LineStore, "fastx", "fastq");
| --------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro
impl_recordset
(in Nightly builds, run with -Z macro-backtrace for more info)error: unexpected token
--> /home/xl/.cargo/git/checkouts/seq_io-5c12caa4159d1858/3d461a3/src/core/record.rs:21:19
|
21 | concat!("use seq_io::", $module_path, "::{Reader, RecordSet};"),
| ^
|
::: /home/xl/.cargo/git/checkouts/seq_io-5c12caa4159d1858/3d461a3/src/fasta/record.rs:269:1
|
269 | impl_recordset!(RefRecord, SeqRecordPosition, LineStore, "fasta", "fasta");
| -------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro
impl_recordset
(in Nightly builds, run with -Z macro-backtrace for more info)error: unexpected token
--> /home/xl/.cargo/git/checkouts/seq_io-5c12caa4159d1858/3d461a3/src/core/record.rs:21:19
|
21 | concat!("use seq_io::", $module_path, "::{Reader, RecordSet};"),
| ^
|
::: /home/xl/.cargo/git/checkouts/seq_io-5c12caa4159d1858/3d461a3/src/fastq/record.rs:361:1
|
361 | impl_recordset!(RefRecord, QualRecordPosition, RangeStore, "fastq", "fastq");
| ---------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro
impl_recordset
(in Nightly builds, run with -Z macro-backtrace for more info)Beta Was this translation helpful? Give feedback.
All reactions