Skip to content

Instantly share code, notes, and snippets.

View vldm's full-sized avatar
🇺🇦
Working from home

Vladimir Motylenko vldm

🇺🇦
Working from home
View GitHub Profile
thread 'libp2p-task-15' panicked at 'polled MapErr after completion', src/libcore/option.rs:1187:5
stack backtrace:
0: backtrace::backtrace::libunwind::trace
at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/libunwind.rs:88
1: backtrace::backtrace::trace_unsynchronized
at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/mod.rs:66
2: std::sys_common::backtrace::_print_fmt
at src/libstd/sys_common/backtrace.rs:84
3: <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt
at src/libstd/sys_common/backtrace.rs:61

Keybase proof

I hereby claim:

  • I am vldm on github.
  • I am vldm (https://keybase.io/vldm) on keybase.
  • I have a public key ASCgPgDdwJi_vwDHJ0R9sqGCJ4Q2MQbKquXBifq29_ok2wo

To claim this, I am signing this object:

This file has been truncated, but you can view the full file.
<!doctype html>
<html>
<head>
<style>
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
@vldm
vldm / cls.rs
Last active August 29, 2015 14:23
rust code http://habrahabr.ru/post/261201/ | compile: rustc -O ./cls.rs -o cls_rs
//rustc -g -O --cfg collect_measures --cfg merge_classes ./cls.rs -o cls_rs
#![feature(duration)]
#![feature(duration_span)]
#![feature(append)]
use std::ops::*;
use std::borrow::Borrow;
use std::f32;
use std::cell::RefCell;
use std::fs::File;