This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#![feature(pin)] | |
use std::marker::Unpin; | |
use std::ops::{Deref, DerefMut}; | |
use std::rc::Rc; | |
use std::sync::Arc; | |
#[derive(Copy, Clone)] | |
pub struct Pin<P> { | |
pointer: P, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;;;Modify ~/quicklisp/dists/quicklisp/software/fsbv-20101006-git to look like | |
;;;;this: | |
;; CFFI-Grovel definitions for unix systems. | |
;; Liam Healy 2009-02-22 09:24:33EST libffi-unix.lisp | |
;; Time-stamp: <2009-08-23 09:51:01EDT libffi-unix.lisp> | |
;; $Id: $ | |
(in-package :fsbv) |