Replace IP support in preparation for compiling on stable, included some tests to check that the code matches the unstable implementation

This commit is contained in:
Daniel García
2020-07-14 23:44:01 +02:00
parent f14e19a3d8
commit 1e950c7dbc
4 changed files with 106 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#![forbid(unsafe_code)]
#![feature(proc_macro_hygiene, ip)]
#![cfg_attr(feature = "unstable", feature(ip))]
#![recursion_limit = "256"]
extern crate openssl;