/usr/include/d2/4.6/std/contracts.d is in libphobos2-4.6-dev 0.29.1-4.6.3-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | // Written in the D programming language.
/**
This module has been scheduled for deprecation. Use $(D
std.exception) instead.
Source: $(PHOBOSSRC std/_contracts.d)
*/
module std.contracts;
pragma(msg, "std.contracts has been scheduled for deprecation."
" Please use std.exception instead.");
public import std.exception;
|